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 7e1e616 commit 983b97cCopy full SHA for 983b97c
scenario-compiler/src/test/scala/pl/touk/nussknacker/engine/spel/SpelExpressionSpec.scala
@@ -795,7 +795,6 @@ class SpelExpressionSpec extends AnyFunSuite with Matchers with ValidatedValuesD
795
parse[Integer]("#map.key2", withMapVar).validExpression.evaluateSync[Integer](withMapVar) should equal(20)
796
}
797
798
- // TODO_PAWEL nowy analogicznytest
799
test("generic record projection typing") {
800
val (validationCtx: ValidationContext, ctxWithMap: Context) = prepareGenericRecordTest
801
val validationResult = parseV[JInteger]("#genericRecord.![#this.value].get(0)", validationCtx)
0 commit comments