Remove duplicated statement.
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
parent
be97c1353b
commit
cb8c6f8b24
|
@ -1360,7 +1360,6 @@ class OrdersTableDataStoreTests extends WC_Unit_Test_Case {
|
||||||
|
|
||||||
$order_2 = new WC_Order();
|
$order_2 = new WC_Order();
|
||||||
$this->switch_data_store( $order_2, $this->sut );
|
$this->switch_data_store( $order_2, $this->sut );
|
||||||
$this->disable_cot_sync();
|
|
||||||
$order_2->save();
|
$order_2->save();
|
||||||
|
|
||||||
$query = new OrdersTableQuery(
|
$query = new OrdersTableQuery(
|
||||||
|
|
Loading…
Reference in New Issue