Skip to content

Commit

Permalink
Update dependencies in Package.resolved file
Browse files Browse the repository at this point in the history
  • Loading branch information
kele-leanes committed Jan 29, 2024
1 parent 712ef58 commit 847c930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/XMTPTests/MessageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class MessageTests: XCTestCase {

let decoded = try MessageV2.decode("", "", message1, keyMaterial: invitationv1.aes256GcmHkdfSha256.keyMaterial, client: client)
let result: String = try decoded.content()
print(decoded)
XCTAssertEqual(result, "Yo!")
}

Expand Down

0 comments on commit 847c930

Please sign in to comment.