Skip to content

Commit 711516e

Browse files
committed
feat: update converter
Signed-off-by: Otavio Santana <[email protected]>
1 parent a70dba7 commit 711516e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/communication/DocumentQueryConverterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class DocumentQueryConverterTest {
3030
M%x;^\\QM\\E.*\\Qx\\E$
3131
_ax;^.\\Qa\\E\\Qx\\E$
3232
%ax;^.*\\Qa\\E\\Qx\\E$
33-
;^$
3433
""", delimiterString = ";")
3534
void shouldPrepareRegexValueSupportedByMongoDB(String rawValue, String expectedValue) {
3635
assertThat(DocumentQueryConversor.prepareRegexValue(rawValue))

0 commit comments

Comments
 (0)