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