Skip to content

Commit

Permalink
Merge pull request metabrainz#2657 from metabrainz/fix-user-similarit…
Browse files Browse the repository at this point in the history
…y-test

Fix test_fetch_top_similar_users
  • Loading branch information
MonkeyDo authored Dec 6, 2023
2 parents 97e91d9 + 9b66e59 commit 6d034eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listenbrainz/db/tests/test_similar_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_fetch_top_similar_users(self):
assert len(similar_users) == 1
assert similar_users[0][0] == "jerry"
assert similar_users[0][1] == "tom"
assert similar_users[0][2] == "0.420"
assert similar_users[0][2] == "0.020"

0 comments on commit 6d034eb

Please sign in to comment.