From 1cc97ac1f811dbb54ee839c9cd26e55c7f55e679 Mon Sep 17 00:00:00 2001 From: rodrigomha Date: Tue, 21 Jan 2025 17:01:28 -0800 Subject: [PATCH] update tests of LCC constructor --- test/test_constructors.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_constructors.jl b/test/test_constructors.jl index bb6bb881fe..a838786197 100644 --- a/test/test_constructors.jl +++ b/test/test_constructors.jl @@ -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)