Skip to content

Commit

Permalink
get all the tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Oct 24, 2024
1 parent d1d70d6 commit ca81bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/XMTPTests/V3ClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ca81bb6

Please sign in to comment.