We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95359ca commit 0d4e984Copy full SHA for 0d4e984
quill-orientdb/src/test/scala/io/getquill/context/orientdb/OrientDBQuerySpec.scala
@@ -229,7 +229,7 @@ class OrientDBQuerySpec extends Spec {
229
230
intercept[IllegalStateException](
231
t.token(UnaryOperationSqlQuery(BooleanOperator.`!`, e)(Quat.Value))
232
- ).getMessage mustBe "Other operators are not supported yet. Please raise a ticket to support more operations"
+ ).getMessage must contain("This operator is not supported")
233
}
234
"operation" in {
235
val t = implicitly[Tokenizer[Operation]]
0 commit comments