mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix stub reference
This commit is contained in:
parent
d2a0ab684a
commit
0ba14c18b1
1 changed files with 0 additions and 2 deletions
|
|
@ -83,8 +83,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