Skip to content

Commit 0b75f3b

Browse files
committed
Fix test
1 parent a5c57ab commit 0b75f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/testAuthUtil.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export async function createTestAuthUtil() {
3636
deleteBearerToken: sinon.stub().resolves(),
3737
updateBearerToken: sinon.stub().resolves(),
3838
invalidateSsoToken: sinon.stub().resolves(),
39+
registerCacheWatcher: sinon.stub().resolves(),
3940
encryptionKey,
4041
}
4142

0 commit comments

Comments
 (0)