Skip to content

Commit

Permalink
fix for Python 2.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Aug 9, 2016
1 parent dca2997 commit be6979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atwiki/test/tools/test_dump.py
Expand Up @@ -10,4 +10,4 @@

class AtWikiDumpTest(TestCase):
def test_simple(self):
self.assertRaises(FileNotFoundError, AtWikiDump.start, ['-o', '/tmp/non/existing/directory', TEST_BASE_URI])
self.assertRaises(IOError, AtWikiDump.start, ['-o', '/tmp/non/existing/directory', TEST_BASE_URI])

0 comments on commit be6979f

Please sign in to comment.