removed variable that was not being used

This commit is contained in:
unknown 2019-01-11 19:19:15 -05:00
parent a7463c5535
commit 883ecc3ca4
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class WC_Tests_CRUD_Orders extends WC_Unit_Test_Case {
*/ */
public function test_get_prices_include_tax() { public function test_get_prices_include_tax() {
$object = new WC_Order(); $object = new WC_Order();
$set_to = 'USD';
$object->set_prices_include_tax( 1 ); $object->set_prices_include_tax( 1 );
$this->assertTrue( $object->get_prices_include_tax() ); $this->assertTrue( $object->get_prices_include_tax() );
} }