Skip to content

Commit

Permalink
Update CountryTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqtms authored Mar 21, 2021
1 parent b81b405 commit 05eb123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CountryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CountryTest extends TestSimpleResource
* @inheritDoc
*/
public $putArray = array(
"tax" => 0.01,
"tax" => 0.15,
);

/**
Expand All @@ -32,4 +32,4 @@ class CountryTest extends TestSimpleResource
public function testGet() {
$this->assertEquals(1, 1);
}
}
}

0 comments on commit 05eb123

Please sign in to comment.