summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php')
-rw-r--r--tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php b/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php
index 7a646b3642..a7554aca86 100644
--- a/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php
+++ b/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php
@@ -69,6 +69,6 @@ class CensusColumnMotherBirthPlaceSimpleTest extends \PHPUnit\Framework\TestCase
$column = new CensusColumnMotherBirthPlaceSimple($census, '', '');
- $this->assertSame('Florida', $column->generate($individual));
+ $this->assertSame('Florida', $column->generate($individual, $individual));
}
}