Skip to content

Commit

Permalink
Update test as publication pages should not show in navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 14, 2022
1 parent a8a2cd2 commit f87dac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function testMakeWithData()

public function testShowInNavigation()
{
$this->assertTrue((new PublicationPage('', [], '', $this->pubType()))->showInNavigation());
$this->assertFalse((new PublicationPage('', [], '', $this->pubType()))->showInNavigation());
}

public function testNavigationMenuPriority()
Expand Down

0 comments on commit f87dac1

Please sign in to comment.