Skip to content

Commit

Permalink
Add CancelOrderWithMissingOrderSourcesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient committed Sep 29, 2023
1 parent 8d5dab6 commit cb547cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testCancelOrderWithMissingOrderSources()
* Delete the order_sources information, can occur when cancelling an old order created on an older version
* of this module before the order_sources table was introduced
*/
$this->connection->getConnection()->query('delete from order_sources');
$this->connection->getConnection()->query('delete from trv_order_sources');

/**
* Cancel the order
Expand Down

0 comments on commit cb547cf

Please sign in to comment.