We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expectSync
noPending
1 parent 3aab831 commit 8d8a883Copy full SHA for 8d8a883
packages/keyring-snap-bridge/src/SnapKeyring.test.ts
@@ -22,7 +22,7 @@ import type { KeyringState } from '.';
22
import { SnapKeyring } from '.';
23
24
const regexForUUIDInRequiredSyncErrorMessage =
25
- /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;
26
27
const ETH_4337_METHODS = [
28
EthMethod.PatchUserOperation,
0 commit comments