summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfDenmark1787Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1787Test.php')
-rw-r--r--tests/app/Census/CensusOfDenmark1787Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Census/CensusOfDenmark1787Test.php b/tests/app/Census/CensusOfDenmark1787Test.php
index 5becdc6f23..e8d90de974 100644
--- a/tests/app/Census/CensusOfDenmark1787Test.php
+++ b/tests/app/Census/CensusOfDenmark1787Test.php
@@ -52,7 +52,7 @@ class CensusOfDenmark1787Test extends \Fisharebest\Webtrees\TestCase
$columns = $census->columns();
$this->assertCount(5, $columns);
- $this->assertInstanceOf(\Fisharebest\Webtrees\Census\CensusColumnFullName::class, $columns[0]);
+ $this->assertInstanceOf(CensusColumnFullName::class, $columns[0]);
$this->assertInstanceOf(\Fisharebest\Webtrees\Census\CensusColumnRelationToHead::class, $columns[1]);
$this->assertInstanceOf(\Fisharebest\Webtrees\Census\CensusColumnAge::class, $columns[2]);
$this->assertInstanceOf(\Fisharebest\Webtrees\Census\CensusColumnConditionDanish::class, $columns[3]);