Skip to content

Commit

Permalink
investigate strange windows test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tstenner committed Feb 10, 2017
1 parent 70674c2 commit 37d3e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestWorker.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ def action_test_helper(self, command, special_expected, errors_expected,
self.assertEqual(worker.total_bytes, bytes_expected_posix)
self.assertEqual(worker.total_deleted, count_deleted_posix)
elif 'nt' == os.name:
self.assertEqual(worker.total_bytes, bytes_expected_nt)
self.assertEqual(worker.total_deleted, count_deleted_nt)
self.assertEqual(worker.total_bytes, bytes_expected_nt)

def test_AccessDenied(self):
"""Test Worker using Action.AccessDeniedAction"""
Expand Down

0 comments on commit 37d3e12

Please sign in to comment.