Skip to content

Commit

Permalink
Merge pull request #213 from ie3-institute/to/#211-use-unsafe-id
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
t-ober authored Mar 28, 2022
2 parents 7c26654 + 69951b6 commit 62fb9d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,8 @@ object ConverterTestData extends LazyLogging {
"someSwitch" -> ConversionPair(
Switch(
"someSwitch",
getNodePair("someNode").input.id,
getNodePair("someSlackNode").input.id,
getNodePair("someNode").input.unsafeId,
getNodePair("someSlackNode").input.unsafeId,
1
),
new SwitchInput(
Expand Down

0 comments on commit 62fb9d6

Please sign in to comment.