Skip to content

Commit

Permalink
update tests of LCC constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jan 22, 2025
1 parent 46d8318 commit 1cc97ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ end
@test tMonitoredLine isa PowerSystems.Component
tTwoTerminalHVDCLine = TwoTerminalHVDCLine(nothing)
@test tTwoTerminalHVDCLine isa PowerSystems.Component
tTwoTerminalVSCDCLine = TwoTerminalVSCDCLine(nothing)
@test tTwoTerminalVSCDCLine isa PowerSystems.Component
tTwoTerminalLCCLine = TwoTerminalLCCLine(nothing)
@test tTwoTerminalLCCLine isa PowerSystems.Component
tTransformer2W = Transformer2W(nothing)
@test tTransformer2W isa PowerSystems.Component
tTapTransformer = TapTransformer(nothing)
Expand Down

0 comments on commit 1cc97ac

Please sign in to comment.