Skip to content

Commit

Permalink
fix test directory migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pangyoki committed Oct 13, 2020
1 parent c425cf1 commit d1cb0c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def test_new_directory(self):
stderr=subprocess.PIPE)
stdout, stderr = ps_proc.communicate()

assert "Error" not in str(stderr), "Error: Can't" \
" import Module {}".format(module)
assert "Error" not in str(stderr), "ErrorMessage:\n{}".format(
bytes.decode(stderr))

def test_old_directory(self):
old_directory = [
Expand Down

0 comments on commit d1cb0c4

Please sign in to comment.