Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Nov 21, 2017
1 parent 4882fc3 commit b582f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FieldTypesTest.php
Expand Up @@ -338,10 +338,10 @@ public function testInteger()
public function testBareNumber()
{
$this->assertFieldTestData('integer', [
[['bareNumber' => false], "₪50000", "₪50000"]
[['bareNumber' => false], '₪50000', '₪50000'],
]);
$this->assertFieldTestData('number', [
[['bareNumber' => false], "₪50000", "₪50000"]
[['bareNumber' => false], '₪50000', '₪50000'],
]);
}

Expand Down

0 comments on commit b582f93

Please sign in to comment.