Skip to content

Commit 05eb123

Browse files
authored
Update CountryTest.php
1 parent b81b405 commit 05eb123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CountryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CountryTest extends TestSimpleResource
2222
* @inheritDoc
2323
*/
2424
public $putArray = array(
25-
"tax" => 0.01,
25+
"tax" => 0.15,
2626
);
2727

2828
/**
@@ -32,4 +32,4 @@ class CountryTest extends TestSimpleResource
3232
public function testGet() {
3333
$this->assertEquals(1, 1);
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)