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.
1 parent 426a553 commit 000ce54Copy full SHA for 000ce54
test/unit/middleware/withRateLimit.spec.js
@@ -69,7 +69,7 @@ const createContext = async ({ authToken } = {}) => ({
69
authToken: authToken ?? null,
70
ucantoClient: {
71
record: strictStub(sandbox, 'record'),
72
- getTokenMetadata: strictStub(sandbox, 'getTokenMetadata')
+ getTokenMetadata: strictStub(sandbox, 'getTokenMetadata').returns(null)
73
}
74
})
75
0 commit comments