Skip to content

Commit

Permalink
revert breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Jan 11, 2024
1 parent ce62857 commit 7d9dba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperscraper/tests/test_impactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_quantum_information_search(self, impactor):
expected_results = [
{"journal": "InfoMat", "factor": 24.798, "score": 71},
{"journal": "Information Fusion", "factor": 17.564, "score": 71},
{"journal": "npj Quanfsdfsdtum Information", "factor": 10.758, "score": 95},
{"journal": "npj Quantum Information", "factor": 10.758, "score": 95},
]

results = impactor.search(
Expand Down

0 comments on commit 7d9dba5

Please sign in to comment.