Skip to content

Commit eb40942

Browse files
committed
fixed test
1 parent 7402a4a commit eb40942

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_greedy_star.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ colors.
4545
4646
=#
4747

48-
inner = SimpleGraph(4)
49-
g = VSafeGraph(inner)
48+
g = SimpleGraph(4)
5049

5150
add_edge!(g,1,2)
5251
add_edge!(g,1,3)

0 commit comments

Comments
 (0)