Remove incorrect comments.

This commit is contained in:
vedanshujain 2020-06-23 18:59:45 +05:30
parent 7735eed314
commit 3aed8f1c85
1 changed files with 0 additions and 2 deletions

View File

@ -1585,10 +1585,8 @@ class WC_Tests_Cart extends WC_Unit_Test_Case {
WC()->session->set( 'chosen_shipping_methods', array( 'flat_rate' ) );
WC()->cart->calculate_totals();
// Test if the shipping total amount is equal 20.
$this->assertEquals( 18.78, WC()->cart->get_taxes_total() );
// Test if the cart total amount is equal 20.
$this->assertEquals( 93.88, WC()->cart->total );
}