Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Czajka committed Jan 14, 2025
1 parent d909987 commit a750459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ class SpelExpressionSpec extends AnyFunSuite with Matchers with ValidatedValuesD
parse[Any]("""{{key: 1, value: 5}}.toMap[0]""") shouldBe Symbol("valid")
}

test("should handle handle map indexing with unknown key type") {
test("should handle map indexing with unknown key type") {
val context = Context("sth").withVariables(
Map(
"unknownString" -> ContainerOfUnknown("a"),
Expand Down

0 comments on commit a750459

Please sign in to comment.