Skip to content

Commit 7c75453

Browse files
committed
Remove resolved hotpatches from test
Fixed in #1597
1 parent 5eb64a1 commit 7c75453

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ public function testMainNavigationMenuWithConfigLabels()
399399

400400
public function testMainNavigationDropdownLabelsCanBeSetInConfig()
401401
{
402-
config(['hyde.navigation.subdirectories' => 'dropdown']); // TODO This should NOT be necessary when using front matter
403402
config(['hyde.navigation.labels' => ['hello' => 'World']]);
404403

405404
$this->assertMenuEquals(['World'], [
@@ -1184,8 +1183,6 @@ public function testMainMenuNavigationGroupCasing()
11841183

11851184
public function testMainMenuNavigationGroupCasingUsingFrontMatter()
11861185
{
1187-
config(['hyde.navigation.subdirectories' => 'dropdown']); // TODO This should NOT be necessary when using front matter
1188-
11891186
// If the user explicitly sets the group, we should respect that and assume it's already formatted correctly
11901187

11911188
$this->assertMenuEquals(['Hello World'], [new MarkdownPage('foo', ['navigation.group' => 'Hello World'])]);

0 commit comments

Comments
 (0)