Skip to content

Commit 8ddcafa

Browse files
committed
test fixes
1 parent ec23ee9 commit 8ddcafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_opener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_entry_point_load_error(self):
8888
with self.assertRaises(errors.EntryPointError) as ctx:
8989
opener.open_fs('test://')
9090
self.assertEqual(
91-
'could not load entry point', str(ctx.exception))
91+
'could not load entry point; some error', str(ctx.exception))
9292

9393
def test_entry_point_type_error(self):
9494

0 commit comments

Comments
 (0)