Skip to content

Commit

Permalink
test build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosrepos committed Jul 30, 2022
1 parent 29a314f commit 580c336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/kotlin/serviceTest/SwimServiceTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class SwimServiceTest {
private val refreshablesTest = RefreshablesTest()


/**
* function to test creating a game
*/
@Test
fun testCreateGame() {
assertDoesNotThrow { swimService.createGame((listOf("player1", "player2", "player3"))) }
Expand Down

0 comments on commit 580c336

Please sign in to comment.