Skip to content

Commit 0d4e984

Browse files
committed
Fix another tests
1 parent 95359ca commit 0d4e984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quill-orientdb/src/test/scala/io/getquill/context/orientdb/OrientDBQuerySpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class OrientDBQuerySpec extends Spec {
229229

230230
intercept[IllegalStateException](
231231
t.token(UnaryOperationSqlQuery(BooleanOperator.`!`, e)(Quat.Value))
232-
).getMessage mustBe "Other operators are not supported yet. Please raise a ticket to support more operations"
232+
).getMessage must contain("This operator is not supported")
233233
}
234234
"operation" in {
235235
val t = implicitly[Tokenizer[Operation]]

0 commit comments

Comments
 (0)