summaryrefslogtreecommitdiff
path: root/tests/app/Module/FixDuplicateLinksTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/FixDuplicateLinksTest.php')
-rw-r--r--tests/app/Module/FixDuplicateLinksTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/Module/FixDuplicateLinksTest.php b/tests/app/Module/FixDuplicateLinksTest.php
index 1f35761dd4..2893a6670f 100644
--- a/tests/app/Module/FixDuplicateLinksTest.php
+++ b/tests/app/Module/FixDuplicateLinksTest.php
@@ -87,7 +87,6 @@ class FixDuplicateLinksTest extends TestCase
public function testRecordsToFix(): void
{
$records = $this->fixDuplicateLinks->recordsToFix($this->tree, []);
- self::assertInstanceOf(Collection::class, $records);
self::assertCount(1, $records);
$records = $this->fixDuplicateLinks->recordsToFix($this->tree, ['start' => 'X1', 'end' => 'X9']);