Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed May 6, 2024
1 parent 63384e8 commit c7ce05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ end
with_logger(ConsoleLogger(stderr, Logging.Debug)) do
pl = graphplot(g)
@test first(pl.series_list)[:extra_kwargs][:num_edges_nodes] == (2, 7)

add_edge!(g, 6, 7)
@test g.ne == 3
pl = graphplot(g)
@test first(pl.series_list)[:extra_kwargs][:num_edges_nodes] == (3, 7)

# old behavior (see issue), can be recovered using `trim=true`
g = SimpleGraph(7)
add_edge!(g, 2, 3)
Expand Down

0 comments on commit c7ce05d

Please sign in to comment.