mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix stub reference
This commit is contained in:
@@ -83,8 +83,6 @@ describe('POST /user/buy/:key', () => {
|
|||||||
expect(res.message).to.equal(t('messageBought', {
|
expect(res.message).to.equal(t('messageBought', {
|
||||||
itemText: item.text(),
|
itemText: item.text(),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
stub.restore();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('allows for bulk purchases', async () => {
|
it('allows for bulk purchases', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user