fix stub reference

This commit is contained in:
Phillip Thelen
2024-06-19 18:03:15 +02:00
parent d2a0ab684a
commit 0ba14c18b1

View File

@@ -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 () => {