Skip to content

Commit df5f80d

Browse files
author
Sterling Long
committed
Updated the tests
1 parent 06fa82a commit df5f80d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/walletconnect_modal_service/walletconnect_modal_service_unit_test.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,10 @@ void main() {
269269
service.launchCurrentWallet();
270270

271271
verify(mockUrlUtils.launchRedirect(
272-
nativeUri: Uri.parse(redirect.native!),
273-
universalUri: Uri.parse(redirect.universal!),
272+
nativeUri: Uri.parse(
273+
'${redirect.native!}wc?sessionTopic=${testSession.topic}'),
274+
universalUri: Uri.parse(
275+
'${redirect.universal!}wc?sessionTopic=${testSession.topic}'),
274276
)).called(1);
275277
verifyNever(mockUrlUtils.launchUrl(any));
276278
});

0 commit comments

Comments
 (0)