remove uneeded comment
This commit is contained in:
parent
90086d9f32
commit
b232371eff
|
@ -221,8 +221,6 @@ describe("runLuceneQuery", () => {
|
|||
])
|
||||
})
|
||||
|
||||
// what should the name of this test be if it's the same test as above but with different operands
|
||||
|
||||
it("should return matching results if allOr is true and only one filter matches with different operands", () => {
|
||||
const query = buildQuery({
|
||||
allOr: true,
|
||||
|
|
Loading…
Reference in New Issue