Skip to content

Commit

Permalink
fix test for new registry
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jan 16, 2025
1 parent 00bcb17 commit 66a7fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_files/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_bibtex_loading_zotero(mock_zotero_api: responses.RequestsMock, number_o
)

plugin.on_config(plugin.config)
assert len(plugin.bib_data.entries) == number_of_entries
assert len(plugin.registry.bib_data.entries) == number_of_entries


def generate_bibtex_entries(n: int) -> list[str]:
Expand Down

0 comments on commit 66a7fb5

Please sign in to comment.