Remove extra space
This commit is contained in:
parent
69f27b5e6c
commit
14c0e296ed
|
@ -72,7 +72,7 @@ const runCouponApiTest = () => {
|
|||
expect( response.data ).toEqual( expect.objectContaining( updatedCouponProperties ) );
|
||||
});
|
||||
|
||||
it('can delete a coupon' ,async () => {
|
||||
it('can delete a coupon', async () => {
|
||||
// Delete the coupon
|
||||
const deletedCoupon = await repository.delete( coupon.id );
|
||||
|
||||
|
|
Loading…
Reference in New Issue