Skip to content

Commit

Permalink
fix problem following github automatic merge with main
Browse files Browse the repository at this point in the history
Signed-off-by: Sophie Frasnedo <[email protected]>
  • Loading branch information
So-Fras authored and flo-dup committed Jun 7, 2023
1 parent 0d17333 commit abfb5d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import com.powsybl.commons.config.BaseVoltagesConfig;
import com.powsybl.commons.config.ModuleConfigRepository;
import com.powsybl.commons.config.PlatformConfig;
import com.powsybl.diagram.test.Networks;
import com.powsybl.iidm.network.Branch;
import com.powsybl.iidm.network.ThreeWindingsTransformer;
import com.powsybl.sld.builders.NetworkGraphBuilder;
Expand Down Expand Up @@ -36,7 +37,7 @@ public StyleProvider getDefaultDiagramStyleProvider() {

@BeforeEach
public void setUp() {
network = CreateNetworksUtil.createBusBreakerNetworkWithInternalBranches("TestInternalBranchesBusBreaker", "test");
network = Networks.createBusBreakerNetworkWithInternalBranches("TestInternalBranchesBusBreaker", "test");
substation = network.getSubstation("S1");
}

Expand Down

0 comments on commit abfb5d2

Please sign in to comment.