Skip to content

Commit

Permalink
Update test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombbird2001 committed Sep 23, 2023
1 parent 79e7695 commit 2ba4c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/kotlin/TestInitialisation.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal fun testInitialiseGameAndServer() {
newGameServer.networkServer = object : NetworkServer(newGameServer, { _, _ -> }, { _ -> }, { _ -> }) {
override val serverKryo = Kryo()

override fun start() {}
override fun start(): Boolean { return true }

override fun stop() {}

Expand Down

0 comments on commit 2ba4c66

Please sign in to comment.