Skip to content

Commit

Permalink
Update Tests/XMTPTests/GroupTests.swift
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
nplasterer and coderabbitai[bot] authored Oct 24, 2024
1 parent ae5adf6 commit 1d00582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/XMTPTests/GroupTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ class GroupTests: XCTestCase {
func testCanListGroups() async throws {
let fixtures = try await localFixtures()
_ = try await fixtures.aliceClient.conversations.newGroup(with: [fixtures.bob.address])
_ = try await fixtures.davonV3Client.conversations.findOrCreateDm(with: fixtures.bob.walletAddress)
_ = try await fixtures.davonV3Client.conversations.findOrCreateDm(with: fixtures.alice.walletAddress)
_ = try await fixtures.davonV3Client.conversations.findOrCreateDm(with: fixtures.bob.address)
_ = try await fixtures.davonV3Client.conversations.findOrCreateDm(with: fixtures.alice.address)

try await fixtures.aliceClient.conversations.sync()
let aliceGroupCount = try await fixtures.aliceClient.conversations.groups().count
Expand Down

0 comments on commit 1d00582

Please sign in to comment.