Skip to content

Commit ca812a3

Browse files
committed
error tests
1 parent 8ddcafa commit ca812a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_opener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_entry_point_create_error(self):
116116
with self.assertRaises(errors.EntryPointError) as ctx:
117117
opener.open_fs('test://')
118118
self.assertEqual(
119-
'could not instantiate opener', str(ctx.exception))
119+
'could not instantiate opener; some creation error', str(ctx.exception))
120120

121121

122122

0 commit comments

Comments
 (0)