Skip to content

Commit

Permalink
Use correct rating in test
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 10, 2024
1 parent dd9ec3b commit e592d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_teammatchmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def test_info_message(lobby_server):

if queue["queue_name"] == "tmm2v2":
assert boundaries == [[300, 700]]
assert ratings == [500]
assert ratings == [0] # team queues use displayed rating for matching
else:
assert boundaries == []
assert ratings == []
Expand Down

0 comments on commit e592d87

Please sign in to comment.