mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 02:04:10 +00:00
Fixed broken member test
This commit is contained in:
parent
d669db0f9a
commit
ad6073220d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ describe('GET /members/:memberId', () => {
|
|||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue