diff options
Diffstat (limited to 'tests/app/Census/CensusOfScotland1871Test.php')
| -rw-r--r-- | tests/app/Census/CensusOfScotland1871Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfScotland1871Test.php b/tests/app/Census/CensusOfScotland1871Test.php index a8bde14f38..96f2875789 100644 --- a/tests/app/Census/CensusOfScotland1871Test.php +++ b/tests/app/Census/CensusOfScotland1871Test.php @@ -56,7 +56,7 @@ class CensusOfScotland1871Test extends TestCase $this->assertCount(9, $columns); $this->assertInstanceOf(CensusColumnFullName::class, $columns[0]); - $this->assertInstanceOf(CensusColumnRelationToHead::class, $columns[1]); + $this->assertInstanceOf(CensusColumnRelationToHeadEnglish::class, $columns[1]); $this->assertInstanceOf(CensusColumnConditionEnglish::class, $columns[2]); $this->assertInstanceOf(CensusColumnAgeMale::class, $columns[3]); $this->assertInstanceOf(CensusColumnAgeFemale::class, $columns[4]); |
