Skip to content

Commit a8f9143

Browse files
committed
📝 Rename ConnectionModule endpoint
1 parent 8797607 commit a8f9143

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/kotlin/bomb/client/module/ConnectionModule.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ internal class ConnectionModule {
1212
@Test
1313
fun sendToBomb() {
1414
val message = ""
15-
val bombResponse = bombClient.sendToBomb("login", message)
15+
val bombResponse = bombClient.sendToBomb("connect", message)
16+
1617

1718
assertEquals(bombResponse.status, ResponseStatus.OK)
1819
}

0 commit comments

Comments
 (0)