Store: fix test.

master
Tom Hacohen 7 years ago
parent b7a6e123cd
commit 574df977c2

@ -14,7 +14,7 @@ it('Entries reducer', () => {
let action = { let action = {
type: fetchEntries.toString(), type: fetchEntries.toString(),
meta: {journal: jId, prevUid: null}, meta: {journal: jId, prevUid: null as string | null},
payload: [entry], payload: [entry],
}; };

Loading…
Cancel
Save