mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 23:08:35 +00:00
fix(test): remove outdated event expectation
This commit is contained in:
parent
2ac21104a4
commit
ab706abed5
1 changed files with 0 additions and 7 deletions
|
|
@ -35,13 +35,6 @@ describe('GET /world-state', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('returns a string representing the current season for NPC sprites', async () => {
|
||||
const res = await requester().get('/world-state');
|
||||
|
||||
expect(res).to.have.nested.property('npcImageSuffix');
|
||||
expect(res.npcImageSuffix).to.be.a('string');
|
||||
});
|
||||
|
||||
context('no current event', () => {
|
||||
beforeEach(async () => {
|
||||
sinon.stub(worldState, 'getCurrentEvent').returns(null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue