From ca81bb60536ff16dd50283ed72466a373bd991f2 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Thu, 24 Oct 2024 13:25:09 -0700 Subject: [PATCH] get all the tests passing --- Tests/XMTPTests/V3ClientTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/XMTPTests/V3ClientTests.swift b/Tests/XMTPTests/V3ClientTests.swift index a6a8110d..97a3c333 100644 --- a/Tests/XMTPTests/V3ClientTests.swift +++ b/Tests/XMTPTests/V3ClientTests.swift @@ -274,7 +274,7 @@ class V3ClientTests: XCTestCase { expectation1.expectedFulfillmentCount = 2 let convo = try await fixtures.boV3Client.conversations.findOrCreateDm(with: fixtures.caroV2V3.address) let group = try await fixtures.caroV2V3Client.conversations.newGroup(with: [fixtures.boV3.address]) - try await fixtures.caroV2V3Client.conversations.sync() + try await fixtures.boV3Client.conversations.sync() Task(priority: .userInitiated) { for try await _ in await fixtures.boV3Client.conversations.streamAllConversationMessages() { expectation1.fulfill()