summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfFrance1876Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusOfFrance1876Test.php')
-rw-r--r--tests/app/Census/CensusOfFrance1876Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfFrance1876Test.php b/tests/app/Census/CensusOfFrance1876Test.php
index a03f160288..2d7c59fe05 100644
--- a/tests/app/Census/CensusOfFrance1876Test.php
+++ b/tests/app/Census/CensusOfFrance1876Test.php
@@ -29,7 +29,7 @@ class CensusOfFrance1876Test extends \PHPUnit_Framework_TestCase {
$census = new CensusOfFrance1876;
$this->assertSame('France', $census->censusPlace());
- $this->assertSame('1876', $census->censusDate());
+ $this->assertSame('20 JAN 1876', $census->censusDate());
}
/**