Skip to content

Commit

Permalink
review fixes 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Bigorajski committed Sep 20, 2024
1 parent f0f6cf6 commit b2068d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ class AvroSchemaSpelExpressionSpec extends AnyFunSpec with Matchers {
new SimpleDictRegistry(Map(dictId -> EmbeddedDictDefinition(Map("key1" -> "value1")))),
enableSpelForceCompile = true,
Standard,
ClassDefinitionTestUtils.createDefinitionForClasses(classOf[EnumSymbol])
ClassDefinitionTestUtils.createDefinitionForClasses(classOf[EnumSymbol]),
ClassDefinitionTestUtils.DefaultSettings
)
.parse(expr, validationCtx, Typed.fromDetailedType[T])
}
Expand Down

0 comments on commit b2068d7

Please sign in to comment.