Formatting

This commit is contained in:
spencergibb
2025-02-21 11:47:01 -05:00
parent 7d63b8976b
commit 2d47fd97b0

View File

@@ -77,10 +77,10 @@ class SpelExpressionConverterConfigurationTests {
assertThat(propertyAccessors)
.hasAtLeastOneElementOfType(JsonPropertyAccessor.class);
Expression numberExpression = this.pojo.getNumberExpression();
assertThat(numberExpression.getValue()).isEqualTo(5);
Expression booleanExpression = this.pojo.getBooleanExpression();
assertThat(booleanExpression.getValue()).isEqualTo(true);
}