Skip to content

Commit 5c9b17d

Browse files
chrisbobbegnprice
authored andcommitted
migrations tests: Spell Account['apiKey'] property properly
1 parent 6665781 commit 5c9b17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/__tests__/migrations-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('migrations', () => {
2121
const base = {
2222
// Include something non-empty for each of the storeKeys.
2323
migrations: { version: 3 },
24-
accounts: [{ email: '[email protected]', api_key: '1234', realm: 'https://chat.example' }],
24+
accounts: [{ email: '[email protected]', apiKey: '1234', realm: 'https://chat.example' }],
2525
drafts: { '[]': 'draft text' },
2626
// Real Outbox values have more properties, but fudge that.
2727
outbox: [{ isOutbox: true, isSent: false, type: 'private' }],

0 commit comments

Comments
 (0)