Skip to content

Commit

Permalink
missed in the rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 1, 2023
1 parent 2c36402 commit 8f70006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/XMTPTests/ConversationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@ class ConversationTests: XCTestCase {
try await bobClient.contacts.deny(addresses: [alice.address])
try await bobClient.contacts.refreshConsentList()

let isBlocked = (await bobConversation.consentState()) == .denied
let isDenied = (await bobConversation.consentState()) == .denied

XCTAssertTrue(isBlocked)
XCTAssertTrue(isDenied)

let aliceConversation = (try await aliceClient.conversations.list())[0]
let isUnknown = (await aliceConversation.consentState()) == .unknown
Expand Down

0 comments on commit 8f70006

Please sign in to comment.