Skip to content

Commit 356ca38

Browse files
authored
refactor: Group test cases together
1 parent 33ee564 commit 356ca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/org/camunda/feel/impl/builtin/BuiltinStringFunctionsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class BuiltinStringFunctionsTest
214214
) should returnResult(true)
215215
}
216216

217-
"A is blank() function" should "return false if the string contains only non-whitespace characters" in {
217+
it should "return false if the string contains only non-whitespace characters" in {
218218
evaluateExpression(
219219
expression = """ is blank("hello world") """
220220
) should returnResult(false)

0 commit comments

Comments
 (0)