Skip to content

Commit 8d8a883

Browse files
committed
chore: update expectSync -> noPending
1 parent 3aab831 commit 8d8a883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keyring-snap-bridge/src/SnapKeyring.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { KeyringState } from '.';
2222
import { SnapKeyring } from '.';
2323

2424
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;
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 noPending is true/u;
2626

2727
const ETH_4337_METHODS = [
2828
EthMethod.PatchUserOperation,

0 commit comments

Comments
 (0)