summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfScotland1841Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusOfScotland1841Test.php')
-rw-r--r--tests/app/Census/CensusOfScotland1841Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfScotland1841Test.php b/tests/app/Census/CensusOfScotland1841Test.php
index 012b597e48..e9d0b0ae61 100644
--- a/tests/app/Census/CensusOfScotland1841Test.php
+++ b/tests/app/Census/CensusOfScotland1841Test.php
@@ -47,7 +47,7 @@ class CensusOfScotland1841Test extends \PHPUnit_Framework_TestCase {
$this->assertInstanceOf(CensusColumnAgeMale5Years::class, $columns[1]);
$this->assertInstanceOf(CensusColumnAgeFemale5Years::class, $columns[2]);
$this->assertInstanceOf(CensusColumnOccupation::class, $columns[3]);
- $this->assertInstanceOf(CensusColumnBornSameCounty::class, $columns[4]);
+ $this->assertInstanceOf(CensusColumnNull::class, $columns[4]);
$this->assertInstanceOf(CensusColumnBornForeignParts::class, $columns[5]);
$this->assertSame('Name', $columns[0]->abbreviation());