Skip to content

Commit

Permalink
fix modal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 16, 2024
1 parent 2674ef4 commit 12f24ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class ModalSheetInteractorMock: ModalSheetInteractor {
(1, wallets)
}

func createPairingAndConnect() async throws -> WalletConnectURI? {
func createPairingAndConnect() async throws -> WalletConnectURI {
.init(topic: "foo", symKey: "bar", relay: .init(protocol: "irn", data: nil), expiryTimestamp: 1706001526)
}

Expand Down

0 comments on commit 12f24ea

Please sign in to comment.