Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fixes graphviz test
Browse files Browse the repository at this point in the history
I wonder if this is flakey somehow? Anyway adding this to see if circleci complains
or not.
  • Loading branch information
skrawcz committed Feb 9, 2022
1 parent f5dfc77 commit 8a799ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,7 @@ def test_create_graphviz_graph():
'\tb -> A',
'\tc -> A',
'\tA -> C',
'}',
''])
'}'])
digraph = graph.create_graphviz_graph(nodes, user_nodes, 'test-graph')
actual = sorted(str(digraph).split('\n'))
assert actual == expected
Expand Down

0 comments on commit 8a799ac

Please sign in to comment.