Skip to content

Commit

Permalink
Update commments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabbani committed Nov 15, 2024
1 parent e6bd0c7 commit 849400c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/php/src/Analytics/Reports/OrderQueryFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ function ( $order, $context = 'seller' ) use ( $expected_data ) {
$this->assertEquals( floatval( $sub_order->get_total() ), $order_data['total_sales'] );

foreach ( $expected_data as $key => $val ) {
// var_dump()
$this->assertEquals( $val, $order_data[ $key ] );
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function test_dokan_order_states_query_filter_hooks_are_order_stats_updat

$mocking_methods = [
'add_join_subquery',
// 'add_where_subquery', // For Coupon amount distribution.
// 'add_where_subquery', // For Coupon amount distribution to sub-orders issue.
'add_select_subquery_for_total',
];

Expand Down

0 comments on commit 849400c

Please sign in to comment.