fix(schema): add missing notif types

This commit is contained in:
Sabe Jones
2019-10-23 08:10:43 -05:00
parent 1d7ec89b47
commit 2b8e25833d
2 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ describe('POST /user/hatch/:egg/:hatchingPotion', () => {
expect(user.items.pets['Wolf-Base']).to.equal(5);
expect(user.items.eggs.Wolf).to.equal(0);
expect(user.items.hatchingPotions.Base).to.equal(0);
expect(user.achievements.aridAuthority).to.not.equal(true);
expect(res).to.eql({
message: t('messageHatched'),