From 74fda86712440c7f853fa108eb1a879413a61280 Mon Sep 17 00:00:00 2001 From: BlackYps Date: Mon, 19 Aug 2024 22:12:05 +0200 Subject: [PATCH] Add missing comma --- .../kotlin/com/faforever/commons/lobby/ServerMessageTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faf-commons-lobby/src/test/kotlin/com/faforever/commons/lobby/ServerMessageTest.kt b/faf-commons-lobby/src/test/kotlin/com/faforever/commons/lobby/ServerMessageTest.kt index f7798493..34bf63d8 100644 --- a/faf-commons-lobby/src/test/kotlin/com/faforever/commons/lobby/ServerMessageTest.kt +++ b/faf-commons-lobby/src/test/kotlin/com/faforever/commons/lobby/ServerMessageTest.kt @@ -72,7 +72,7 @@ class ServerMessageTest { fun deserializeMatchmakerInfo() { val result = objectMapper.readValue( """ - {"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(