Skip to content

Commit

Permalink
Merge branch 'main' into to/#208-pv-power-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Mar 28, 2022
2 parents 6767c82 + 62fb9d6 commit 6dbbf76
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 6dbbf76

Please sign in to comment.