Skip to content

Commit

Permalink
Remove resolved hotpatches from test
Browse files Browse the repository at this point in the history
Fixed in #1597
  • Loading branch information
caendesilva committed Feb 28, 2024
1 parent 5eb64a1 commit 7c75453
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ public function testMainNavigationMenuWithConfigLabels()

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

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

public function testMainMenuNavigationGroupCasingUsingFrontMatter()
{
config(['hyde.navigation.subdirectories' => 'dropdown']); // TODO This should NOT be necessary when using front matter

// If the user explicitly sets the group, we should respect that and assume it's already formatted correctly

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

0 comments on commit 7c75453

Please sign in to comment.