mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
fix stub reference
This commit is contained in:
parent
74dfb2710f
commit
ac85bb2e2d
1 changed files with 0 additions and 2 deletions
|
|
@ -82,8 +82,6 @@ describe('POST /user/buy/:key', () => {
|
|||
expect(res.message).to.equal(t('messageBought', {
|
||||
itemText: item.text(),
|
||||
}));
|
||||
|
||||
stub.restore();
|
||||
});
|
||||
|
||||
it('allows for bulk purchases', async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue