Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Sep 17, 2024
1 parent 211c0ef commit 201c9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_registrable_extension_manager_register():

eps = manager.list_entry_points()
ep_names = [ep.name for ep in eps]
assert ep_names == ['addic7ed', 'opensubtitles', 'de7cidda']
assert ep_names == ['addic7ed', 'bsplayer', 'opensubtitles', 'de7cidda']

# Raise ValueError on same entry point
with pytest.raises(ValueError, match='Extension already registered'):
Expand Down

0 comments on commit 201c9b0

Please sign in to comment.