Skip to content

Commit 05e3b7e

Browse files
committed
fix unsaved test
1 parent 2316b0f commit 05e3b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/operators.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
for i in 3:4
269269
@testset "Tensor Product: $g" for g in testgraphs(path_graph(i))
270270
@test length(connected_components(tensor_product(g, g))) == 2
271+
@test count_connected_components(tensor_product(g, g)) == 2
271272
end
272273
end
273274

0 commit comments

Comments
 (0)