mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
fix(test): correct stub restore
This commit is contained in:
@@ -251,7 +251,7 @@ describe('payments/index', () => {
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
worldState.getCurrentEvent.restore();
|
||||
worldState.getCurrentEventList.restore();
|
||||
});
|
||||
|
||||
it('sends a private message about the gift', async () => {
|
||||
|
||||
Reference in New Issue
Block a user