Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfendeksilverstripe committed Jan 22, 2025
1 parent e41c0e7 commit bf62b3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/php/Extension/FluentFilteredExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@ public function testUpdateCMSFields()
LocaleToggleColumn::class,
$config->getComponentByType(LocaleToggleColumn::class)
);
$this->assertNull($config->getComponentByType(GridFieldFilterHeader::class));
$this->assertInstanceOf(
GridFieldFilterHeader::class,
$config->getComponentByType(GridFieldFilterHeader::class)
);
});
}

Expand Down

0 comments on commit bf62b3b

Please sign in to comment.