Skip to content

Commit

Permalink
Changed type in UIProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Philipiak committed Oct 31, 2024
1 parent cbab422 commit e5968f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ class UIProcessValidatorSpec extends AnyFunSuite with Matchers with TableDrivenP
)

val fragmentDefinition: CanonicalProcess =
createFragmentDefinition(fragmentId, List(FragmentParameter(ParameterName("P1"), FragmentClazzRef[Short])))
createFragmentDefinition(fragmentId, List(FragmentParameter(ParameterName("P1"), FragmentClazzRef[Integer])))
val processWithFragment =
createScenarioGraphWithFragmentParams(fragmentId, List(NodeParameter(ParameterName("P1"), "123".spel)))

Expand Down

0 comments on commit e5968f5

Please sign in to comment.