We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca2997 commit be6979fCopy full SHA for be6979f
1 file changed
atwiki/test/tools/test_dump.py
@@ -10,4 +10,4 @@
10
11
class AtWikiDumpTest(TestCase):
12
def test_simple(self):
13
- 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 commit comments