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 ae19f05 commit 0edd45b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit-tests/caches.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function test_temp_disable() {
}

function test_shipment_order_cache() {
update_option( 'woocommerce_custom_orders_table_enabled', 'yes' );

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

Expand Down

0 comments on commit 0edd45b

Please sign in to comment.