From e50fbc05ca32e72756a1f887ebcf55bc0569cd28 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Fri, 1 Sep 2017 19:57:35 -0700 Subject: [PATCH] fix(redux.utils): Fix test plan --- common/app/redux/utils.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/redux/utils.test.js b/common/app/redux/utils.test.js index 456fc1c55f..9ad1ff3672 100644 --- a/common/app/redux/utils.test.js +++ b/common/app/redux/utils.test.js @@ -95,7 +95,7 @@ test.test('filterComingSoonBetaFromEntities', t => { ); }); t.test('should not filter isBeta|coming-soon when isDev', t => { - t.plan(1); + t.plan(2); const normalChallenge = { dashedName: 'normal-challenge' }; const entities = { challenge: {