Skip to content

Commit

Permalink
test: 사용하지 않는 테스트 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongjjuna committed Sep 17, 2024
1 parent fe7f96c commit 7f85fe2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,4 @@ class GameResultServiceTest : IntegrationTest() {
assertEquals(RoomStatus.WAITING, updatedRoomStatus)
}
}

@Test
fun name() {
println("hello world")
}
}

0 comments on commit 7f85fe2

Please sign in to comment.