diff --git a/Tests/XMTPTests/ConversationTests.swift b/Tests/XMTPTests/ConversationTests.swift index 8c05bd74..969e6e7d 100644 --- a/Tests/XMTPTests/ConversationTests.swift +++ b/Tests/XMTPTests/ConversationTests.swift @@ -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