Skip to content

Commit 04a1fc4

Browse files
committed
to fix query specifications
1 parent dbff05d commit 04a1fc4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

es6/sql-bridge/src/test/scala/app/softnetwork/elastic/sql/SQLQuerySpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,6 @@ class SQLQuerySpec extends AnyFlatSpec with Matchers {
12681268
| }
12691269
|}""".stripMargin
12701270
.replaceAll("\\s", "")
1271-
.replaceAll(",ChronoUnit", ", ChronoUnit")
12721271
.replaceAll("==", " == ")
12731272
.replaceAll("!=", " != ")
12741273
.replaceAll("&&", " && ")

sql/bridge/src/test/scala/app/softnetwork/elastic/sql/SQLQuerySpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,6 @@ class SQLQuerySpec extends AnyFlatSpec with Matchers {
12651265
| }
12661266
|}""".stripMargin
12671267
.replaceAll("\\s", "")
1268-
.replaceAll("ChronoUnit", " ChronoUnit")
12691268
.replaceAll("==", " == ")
12701269
.replaceAll("!=", " != ")
12711270
.replaceAll("&&", " && ")

0 commit comments

Comments
 (0)