changes
This commit is contained in:
committed by
Sabe Jones
parent
a50c0eb1e7
commit
c18e06f071
@@ -65,7 +65,7 @@ describe('shared.ops.purchase', () => {
|
||||
}
|
||||
});
|
||||
|
||||
it.only('returns error when unknown item is requested', async () => {
|
||||
it('returns error when unknown item is requested', async () => {
|
||||
try {
|
||||
await purchase(user, { params: { type: 'gear', key: 'randomKey' } });
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user