summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfScotland1871Test.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-03-14 12:59:36 +0000
committerGreg Roach <greg@subaqua.co.uk>2020-03-14 12:59:36 +0000
commitd5b0584dbc729158e086571dbfaad5c22f82f0ef (patch)
tree4ffb12f533a5a8505ae2380ffca06d67cbd0c9c5 /tests/app/Census/CensusOfScotland1871Test.php
parent1f646e4aa6e5c5701b125544c0528ba24547338b (diff)
downloadwebtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.gz
webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.tar.bz2
webtrees-d5b0584dbc729158e086571dbfaad5c22f82f0ef.zip
#3109 - generate census columns using census language
Diffstat (limited to 'tests/app/Census/CensusOfScotland1871Test.php')
-rw-r--r--tests/app/Census/CensusOfScotland1871Test.php2
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]);