Remove extra space

This commit is contained in:
zhongruige 2021-03-02 10:24:25 -07:00
parent 69f27b5e6c
commit 14c0e296ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 );