Skip to content

Commit

Permalink
fix tests with the new pydot release
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Sep 26, 2024
1 parent b8266ed commit b1c2a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/command/test_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_show_dot(repo):
"\"stage: 'b.dvc'\" -> \"stage: '2'\";",
"\"stage: 'b.dvc'\" -> \"stage: '3'\";",
"\"stage: 'b.dvc'\";",
"strict digraph {",
"strict digraph {",
"}",
]
actual = sorted(line.rstrip() for line in _show_dot(repo.index.graph).splitlines())
Expand All @@ -153,7 +153,7 @@ def test_show_dot_properly_escapes():
)

expected = {
"strict digraph {",
"strict digraph {",
'"data\\raw\\2.dvc";',
'"prepare";',
'"4";',
Expand Down

0 comments on commit b1c2a8a

Please sign in to comment.