Skip to content

Commit

Permalink
Explicitly enable hpos.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Feb 22, 2024
1 parent 0edd45b commit 2032a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit-tests/caches.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function test_temp_disable() {

function test_shipment_order_cache() {
update_option( 'woocommerce_custom_orders_table_enabled', 'yes' );
WC_Install::create_tables();

$shipment = ShipmentHelper::create_simple_shipment();
$order = wc_get_order( $shipment->get_order_id() );
Expand Down

0 comments on commit 2032a43

Please sign in to comment.