Linting fix

This commit is contained in:
Corey McKrill 2023-04-12 14:32:42 -07:00
parent b2e96aaf5a
commit ee1f6ed3a9
No known key found for this signature in database
GPG Key ID: 84BBFE669C4D97B8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class COTMigrationUtilTest extends WC_Unit_Test_Case {
parent::setUp();
$this->sut = wc_get_container()->get( COTMigrationUtil::class );
$cot_controller = wc_get_container()->get( CustomOrdersTableController::class );
$cot_controller = wc_get_container()->get( CustomOrdersTableController::class );
$this->prev_cot_state = $cot_controller->custom_orders_table_usage_is_enabled();
}