Skip to content

Commit

Permalink
Fix tests for PR #375.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Nov 18, 2015
1 parent 541c7c3 commit 0e4f70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/repos/multi_repos_nested.xunit-bad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
skip="0">
<testcase classname="cat1" name="shed-diff" time="">
<error type="planemo.Different" message="Repository is different">
Only in _local_: related_file
Only in _workingdir_: related_file

</error>
<system-out />
Expand Down
2 changes: 1 addition & 1 deletion tests/test_shed_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .test_utils import TEST_REPOS_DIR

DIFF_LINES = [
"diff -r _local_/related_file _custom_shed_/related_file",
"diff -r _workingdir_/related_file _custom_shed_/related_file",
"< A related non-tool file (modified).",
"> A related non-tool file.",
]
Expand Down

0 comments on commit 0e4f70a

Please sign in to comment.