test: fix GameStateRouteTest

This commit is contained in:
2025-04-14 23:40:31 +02:00
parent 4086a21dcb
commit a7f82e6bce
10 changed files with 35 additions and 66 deletions
@@ -30,7 +30,10 @@ class ReactionListener(
}
}
} else {
logger.error { "${this::class.simpleName} is already init for this bus" }
"${this::class.simpleName} is already init for this bus".let {
logger.error { it }
error(it)
}
}
}