Skip to content

Commit

Permalink
fix field typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 8, 2025
1 parent a2054b6 commit 65c3092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mprester.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def test_large_list(self, mpr):
chunk_size=1000, num_chunks=10, fields=["material_id"]
)
]
docs = mpr.summary.search(material_ids=mpids, fields=["material_ids"])
docs = mpr.summary.search(material_ids=mpids, fields=["material_id"])
assert len(docs) == 10000

def test_get_api_key_endpoint_from_env_var(self, monkeypatch: pytest.MonkeyPatch):
Expand Down

0 comments on commit 65c3092

Please sign in to comment.