diff --git a/src/test/kotlin/yjh/cstar/game/application/GameResultServiceTest.kt b/src/test/kotlin/yjh/cstar/game/application/GameResultServiceTest.kt index 3a2f67c..24c3e74 100644 --- a/src/test/kotlin/yjh/cstar/game/application/GameResultServiceTest.kt +++ b/src/test/kotlin/yjh/cstar/game/application/GameResultServiceTest.kt @@ -127,9 +127,4 @@ class GameResultServiceTest : IntegrationTest() { assertEquals(RoomStatus.WAITING, updatedRoomStatus) } } - - @Test - fun name() { - println("hello world") - } }