Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Aug 19, 2024
1 parent 749784a commit 74fda86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ServerMessageTest {
fun deserializeMatchmakerInfo() {
val result = objectMapper.readValue<ServerMessage>(
"""
{"command":"matchmaker_info","queues":[{"queue_name":"ladder1v1","queue_pop_time":"2021-03-21T22:26:27.555251+00:00","queue_pop_time_delta":10, "num_players":1,"active_rating_groups":[875],"boundary_80s":[[670,1070]],"boundary_75s":[[770,970]]"team_size":1}]}
{"command":"matchmaker_info","queues":[{"queue_name":"ladder1v1","queue_pop_time":"2021-03-21T22:26:27.555251+00:00","queue_pop_time_delta":10, "num_players":1,"active_rating_groups":[875],"boundary_80s":[[670,1070]],"boundary_75s":[[770,970]],"team_size":1}]}
""".trimIndent()
)
assertEquals(
Expand Down

0 comments on commit 74fda86

Please sign in to comment.