Skip to content

Commit

Permalink
Trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Jul 24, 2023
1 parent 83268c3 commit 2b624d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/WalletConnectModalTests/ModalViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ final class ModalViewModelTests: XCTestCase {
await sut.createURI()

XCTAssertEqual(sut.uri, "wc:foo@2?symKey=bar&relay-protocol=irn")

XCTAssertEqual(sut.wallets.count, 2)
XCTAssertEqual(sut.wallets.map(\.id), ["1", "2"])
XCTAssertEqual(sut.wallets.map(\.name), ["Sample App", "Awesome App"])
Expand Down

0 comments on commit 2b624d1

Please sign in to comment.