Fixed tests and updated default challenge model name

This commit is contained in:
Keith Holliday
2017-02-06 15:11:59 -07:00
committed by Alys
parent c244fe488d
commit d669db0f9a
3 changed files with 5 additions and 3 deletions

View File

@@ -117,7 +117,9 @@ describe('POST /challenges/:challengeId/leave', () => {
});
expect(testTask).to.not.be.undefined;
expect(testTask.challenge).to.eql({});
expect(testTask.challenge).to.eql({
name: 'None',
});
});
});
});