Skip to content

Commit

Permalink
Updated clone_farsiLit test
Browse files Browse the repository at this point in the history
The failing files had been fixed and so the test, which assumed failing files, failed
  • Loading branch information
sonofmun committed Feb 21, 2018
1 parent 43f8c9a commit 0e659e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def test_run_clone_farsiLit(self):
"--console", "inline", "--verbose", "--scheme", "epidoc"
])
self.assertIn(
">>> [failed] 3 out of 5 files did not pass the tests\n", logs,
">>> [success] 0 out of 5 files did not pass the tests\n", logs,
"Test conclusion should be printed"
)
self.assertSubset(
Expand Down

0 comments on commit 0e659e2

Please sign in to comment.