Skip to content

Commit 0f25f0c

Browse files
committed
Fix TestDSLFilters
1 parent 0a18d01 commit 0f25f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonTest/kotlin/dsl/filtering/TestDSLFilters.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ internal class TestDSLFilters {
144144
}
145145
}
146146

147-
FilterGroupsConverter.SQL.Unquoted(dsl) shouldEqual "(_tags:attributeA OR _tags:attributeB) AND (_tags:attributeA OR _tags:attributeB)"
147+
FilterGroupsConverter.SQL.Unquoted(dsl) shouldEqual "(_tags:attributeA OR _tags:attributeB)"
148148
}
149149

150150
@Test

0 commit comments

Comments
 (0)