Skip to content

Commit

Permalink
chore: update expectSync -> noPending
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Sep 27, 2024
1 parent 3aab831 commit 8d8a883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keyring-snap-bridge/src/SnapKeyring.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type { KeyringState } from '.';
import { SnapKeyring } from '.';

const regexForUUIDInRequiredSyncErrorMessage =
/Request '[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}' to snap 'local:snap.mock' is pending and expectSync is true/u;
/Request '[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}' to snap 'local:snap.mock' is pending and noPending is true/u;

const ETH_4337_METHODS = [
EthMethod.PatchUserOperation,
Expand Down

0 comments on commit 8d8a883

Please sign in to comment.