Skip to content

Commit 40181b7

Browse files
committed
fix lint
1 parent 71e2b15 commit 40181b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/androidTest/java/org/xmtp/android/library/MessageTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class MessageTest {
233233
}.build()
234234
}.build()
235235
}.build()
236-
val client = Client().create(account = PrivateKeyBuilder(key) )
236+
val client = Client().create(account = PrivateKeyBuilder(key))
237237
assertEquals(client.apiClient.environment, XMTPEnvironment.DEV)
238238
val conversations = runBlocking { client.conversations.list() }
239239
assertEquals(201, conversations.size)

0 commit comments

Comments
 (0)