Skip to content

Commit

Permalink
Fix failed (online) unit test: specify the release date (2004) of Hal…
Browse files Browse the repository at this point in the history
…f-Life 2
  • Loading branch information
woctezuma committed Jan 1, 2025
1 parent 56fc578 commit 42cf9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def test_find_closest_app_id() -> None:
(closest_app_id, _) = match_names.find_closest_app_id(
raw_name,
steamspy_database,
release_year="2018",
release_year="2004",
num_closest_neighbors=1,
max_num_tries_for_year=2,
)
Expand Down

0 comments on commit 42cf9b7

Please sign in to comment.