Skip to content

Commit d091cac

Browse files
committed
fix typo
1 parent aa09c21 commit d091cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ end
367367
@testset "connected components with no active buses" begin
368368
data = PowerModels.parse_file("../test/data/matpower/case6.m")
369369
for (i, bus) in data["bus"]
370-
data["bus_type"] = 4
370+
bus["bus_type"] = 4
371371
end
372372
cc = PowerModels.calc_connected_components(data)
373373
cc_ordered = sort(collect(cc); by=length)

0 commit comments

Comments
 (0)