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 33ee564 commit 356ca38Copy full SHA for 356ca38
src/test/scala/org/camunda/feel/impl/builtin/BuiltinStringFunctionsTest.scala
@@ -214,7 +214,7 @@ class BuiltinStringFunctionsTest
214
) should returnResult(true)
215
}
216
217
- "A is blank() function" should "return false if the string contains only non-whitespace characters" in {
+ it should "return false if the string contains only non-whitespace characters" in {
218
evaluateExpression(
219
expression = """ is blank("hello world") """
220
) should returnResult(false)
0 commit comments