Skip to content

Commit

Permalink
fix: Add back step to make unreadable dir for test
Browse files Browse the repository at this point in the history
  • Loading branch information
hcat-pge committed May 7, 2020
1 parent 31114e0 commit 3598313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/pyworkflow/pyworkflow/tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_workflow_name(self):

def test_workflow_dir_os_error(self):
try:
# os.makedirs("foobar", 0000)
os.makedirs("foobar", 0000)
test_workflow = Workflow(node_dir="foobar")
except WorkflowException as e:
self.assertEqual(e.action, "init workflow")
Expand Down

0 comments on commit 3598313

Please sign in to comment.