fix(test): correct stub restore

This commit is contained in:
SabreCat
2021-12-21 16:25:29 -06:00
parent 60ea8e48a8
commit e2fd6a72c2

View File

@@ -251,7 +251,7 @@ describe('payments/index', () => {
});
afterEach(() => {
worldState.getCurrentEvent.restore();
worldState.getCurrentEventList.restore();
});
it('sends a private message about the gift', async () => {