mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 23:08:35 +00:00
fix(test): correct stub restore
This commit is contained in:
parent
60ea8e48a8
commit
e2fd6a72c2
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ describe('payments/index', () => {
|
|||
});
|
||||
|
||||
afterEach(() => {
|
||||
worldState.getCurrentEvent.restore();
|
||||
worldState.getCurrentEventList.restore();
|
||||
});
|
||||
|
||||
it('sends a private message about the gift', async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue