From 574df977c20335f393590f0144dd9ce1061375e0 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 13 Dec 2017 11:54:58 +0000 Subject: [PATCH] Store: fix test. --- src/store.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.test.tsx b/src/store.test.tsx index 29dc896..c6a0e43 100644 --- a/src/store.test.tsx +++ b/src/store.test.tsx @@ -14,7 +14,7 @@ it('Entries reducer', () => { let action = { type: fetchEntries.toString(), - meta: {journal: jId, prevUid: null}, + meta: {journal: jId, prevUid: null as string | null}, payload: [entry], };