Skip to content

Commit

Permalink
fixed more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Long committed Aug 2, 2023
1 parent d23b3fb commit b7ee212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sign_api/tests/sign_update_session.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void signUpdateSession({
isA<WalletConnectError>().having(
(e) => e.message,
'message',
'Unsupported chains. update() namespaces chains don\'t satisfy requiredNamespaces chains for eip155',
'Unsupported chains. update() namespaces chains don\'t satisfy requiredNamespaces chains for eip155. Requested: [eip155:1, eip155:42161], Supported: [eip155:1]',
),
),
);
Expand Down

0 comments on commit b7ee212

Please sign in to comment.