Skip to content

Commit 983b97c

Browse files
author
Pawel Czajka
committed
removed todo
1 parent 7e1e616 commit 983b97c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scenario-compiler/src/test/scala/pl/touk/nussknacker/engine/spel/SpelExpressionSpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,6 @@ class SpelExpressionSpec extends AnyFunSuite with Matchers with ValidatedValuesD
795795
parse[Integer]("#map.key2", withMapVar).validExpression.evaluateSync[Integer](withMapVar) should equal(20)
796796
}
797797

798-
// TODO_PAWEL nowy analogicznytest
799798
test("generic record projection typing") {
800799
val (validationCtx: ValidationContext, ctxWithMap: Context) = prepareGenericRecordTest
801800
val validationResult = parseV[JInteger]("#genericRecord.![#this.value].get(0)", validationCtx)

0 commit comments

Comments
 (0)