fix(redux.utils): Fix test plan

This commit is contained in:
Berkeley Martinez
2017-09-01 19:57:35 -07:00
parent 01291162ef
commit e50fbc05ca

View File

@ -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: {