Skip to content

Commit f88bceb

Browse files
committed
test(pairing): clear allowlist cache before read spy
1 parent 32c2337 commit f88bceb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pairing/pairing-store.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ async function withAllowFromCacheReadSpy(params: {
219219
accountId: "yy",
220220
allowFrom: ["1001"],
221221
});
222+
clearPairingAllowFromReadCacheForTest();
222223
const readSpy = params.createReadSpy();
223224
try {
224225
await assertAllowFromCacheInvalidation({

0 commit comments

Comments
 (0)