Skip to content

Commit

Permalink
fix up linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 7, 2023
1 parent b53c701 commit 9bc6be8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ class ConversationsTest {
val caroClient = Client().create(caro, clientOptions)
val caroConversation = caroClient.conversations.newConversation(alixClient.address)

sleep(2500)

for (i in 0 until 5) {
caroConversation.send(text = "Message $i")
sleep(1000)
Expand Down
2 changes: 0 additions & 2 deletions library/src/main/java/org/xmtp/android/library/ApiClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import io.grpc.ManagedChannel
import io.grpc.Metadata
import io.grpc.TlsChannelCredentials
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.flowOf
import org.xmtp.android.library.messages.Pagination
import org.xmtp.android.library.messages.Topic
import org.xmtp.proto.message.api.v1.MessageApiGrpcKt
import org.xmtp.proto.message.api.v1.MessageApiOuterClass
import org.xmtp.proto.message.api.v1.MessageApiOuterClass.BatchQueryRequest
import org.xmtp.proto.message.api.v1.MessageApiOuterClass.BatchQueryResponse
import org.xmtp.proto.message.api.v1.MessageApiOuterClass.Cursor
Expand Down

0 comments on commit 9bc6be8

Please sign in to comment.