Skip to content

Commit 4de39c5

Browse files
committed
test: rename testset for undirected self-loops
1 parent d4603ae commit 4de39c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/operators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ end
387387
end
388388
end
389389

390-
@testset "Self-loops" begin
390+
@testset "Undirected Self-loops" begin
391391
g = SimpleGraph(2, [[2], [1, 2], Int[]])
392392
lg = line_graph(g)
393393
@test nv(lg) == 2 # only 2 edges (self-loop counts once)

0 commit comments

Comments
 (0)