Skip to content

Commit 141a7e0

Browse files
committed
test flakes sometimes
1 parent cc70945 commit 141a7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ class ConversationTest {
854854
val bobConversation = bobClient.conversations.newConversation(alice.walletAddress)
855855
val caroConversation =
856856
bobClient.conversations.newConversation(fixtures.caro.walletAddress)
857-
857+
bobClient.contacts.refreshConsentList()
858858
assertEquals(bobClient.contacts.consentList.entries.size, 2)
859859
assertTrue(bobConversation.consentState() == ConsentState.ALLOWED)
860860
assertTrue(caroConversation.consentState() == ConsentState.ALLOWED)

0 commit comments

Comments
 (0)