summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfUnitedStates1900Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusOfUnitedStates1900Test.php')
-rw-r--r--tests/app/Census/CensusOfUnitedStates1900Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfUnitedStates1900Test.php b/tests/app/Census/CensusOfUnitedStates1900Test.php
index 2a88abcb55..09135bb4c5 100644
--- a/tests/app/Census/CensusOfUnitedStates1900Test.php
+++ b/tests/app/Census/CensusOfUnitedStates1900Test.php
@@ -56,7 +56,7 @@ class CensusOfUnitedStates1900Test extends TestCase
$this->assertCount(26, $columns);
$this->assertInstanceOf(CensusColumnFullName::class, $columns[0]);
- $this->assertInstanceOf(CensusColumnRelationToHead::class, $columns[1]);
+ $this->assertInstanceOf(CensusColumnRelationToHeadEnglish::class, $columns[1]);
$this->assertInstanceOf(CensusColumnNull::class, $columns[2]);
$this->assertInstanceOf(CensusColumnSexMF::class, $columns[3]);
$this->assertInstanceOf(CensusColumnBirthMonth::class, $columns[4]);