Skip to content

Commit

Permalink
remove deprecation message when testing (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedeg committed Jun 1, 2022
1 parent a509148 commit 9e0d037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ karate_edges = Edge.([
# graphs to test
#g = smallgraph(:karate)
g = SimpleGraph(karate_edges)
h = Graphs.WheelGraph(10)
h = Graphs.wheel_graph(10)

test_layout(g::AbstractGraph; kws...) = spring_layout(g, 2017, kws...)

Expand Down

0 comments on commit 9e0d037

Please sign in to comment.