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 8ddcafa commit ca812a3Copy full SHA for ca812a3
1 file changed
tests/test_opener.py
@@ -116,7 +116,7 @@ def test_entry_point_create_error(self):
116
with self.assertRaises(errors.EntryPointError) as ctx:
117
opener.open_fs('test://')
118
self.assertEqual(
119
- 'could not instantiate opener', str(ctx.exception))
+ 'could not instantiate opener; some creation error', str(ctx.exception))
120
121
122
0 commit comments