Skip to content

Commit

Permalink
Update AddressFinderFieldTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Mar 21, 2021
1 parent 5c4c67a commit 061f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AddressFinderFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function testConstructor()
$field = new AddressFinderField('name', 'Title');

$this->assertEquals('Title', $field->Title());
$this->assertEquals(11, $field->getManualFields()->count(), '11 address fields');
$this->assertEquals(12, $field->getManualFields()->count(), '12 manual address fields');
}

public function testSetRequireLatLngManual()
Expand Down

0 comments on commit 061f16f

Please sign in to comment.