Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jenow committed Mar 23, 2020
1 parent 88dad15 commit 9669809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/kotlin/io/kuzzle/sdk/protocolTest/WebSocketTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class WebSocketTests {
assertEquals(ProtocolState.CLOSE, socket?.state)
}

@KtorExperimentalAPI
@Test
fun connectTest() {
assertEquals(ProtocolState.CLOSE, socket?.state)
Expand All @@ -65,6 +66,7 @@ class WebSocketTests {
socket = null
}

@KtorExperimentalAPI
@Test
fun sendTest() {
val query = ConcurrentHashMap<String?, Any?>().apply {
Expand Down

0 comments on commit 9669809

Please sign in to comment.