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

@@ -84,7 +84,7 @@ describe('GET /groups/:groupId/members', () => {
expect(Object.keys(memberRes.auth)).to.eql(['timestamps']);
expect(Object.keys(memberRes.preferences).sort()).to.eql([
'size', 'hair', 'skin', 'shirt',
'chair', 'costume', 'sleep', 'background',
'chair', 'costume', 'sleep', 'background', 'tasks',
].sort());
expect(memberRes.stats.maxMP).to.exist;