Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 10, 2024
1 parent 0f18323 commit 86ac1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit_tests/test_lobbyconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,9 +1037,9 @@ async def test_command_matchmaker_info(
"queue_name": "test",
"queue_pop_time": "2019-07-01T16:53:20+00:00",
"queue_pop_time_delta": 1.0,
"team_size": 1,
"team_size": 3,
"num_players": 6,
"boundaries": {1700, 250, 0, 700, 1000},
"ratings": {1700, 125, 1125},
"boundary_80s": [(1800, 2200), (400, 800), (800, 1200)],
"boundary_75s": [(1900, 2100), (500, 700), (900, 1100)]
}
Expand Down

0 comments on commit 86ac1e4

Please sign in to comment.