Removed flaky assertion

This commit is contained in:
Rodel 2021-11-16 15:50:51 +08:00
parent 73974ea5f1
commit 756644dac3
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ describe( 'Shipping zones API tests', () => {
);
expect( status ).toEqual( shippingZonesApi.listAll.responseCode );
expect( body ).toHaveLength( 2 ); // the test shipping zone, and the default 'Locations not covered by your other zones'
expect( body ).toEqual(
expect.arrayContaining( [ { id: shippingZone.id } ] )
);