chore: fix lint errors

pull/12/head
sundowndev 2019-12-07 16:43:38 +01:00
parent 8cdd4ae6b4
commit d792aab121
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ describe('Store - Questions', () => {
state, state,
null, null,
null, null,
null null,
)({ )({
answer: 1, answer: 1,
}); });
@ -66,7 +66,7 @@ describe('Store - Questions', () => {
state, state,
null, null,
null, null,
null null,
)({ )({
answer: 1, answer: 1,
}); });