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 6665781 commit 5c9b17dCopy full SHA for 5c9b17d
src/storage/__tests__/migrations-test.js
@@ -21,7 +21,7 @@ describe('migrations', () => {
21
const base = {
22
// Include something non-empty for each of the storeKeys.
23
migrations: { version: 3 },
24
- accounts: [{ email: '[email protected]', api_key: '1234', realm: 'https://chat.example' }],
+ accounts: [{ email: '[email protected]', apiKey: '1234', realm: 'https://chat.example' }],
25
drafts: { '[]': 'draft text' },
26
// Real Outbox values have more properties, but fudge that.
27
outbox: [{ isOutbox: true, isSent: false, type: 'private' }],
0 commit comments