Skip to content

Commit

Permalink
Fix the build by fixing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaKind committed Feb 18, 2025
1 parent 6c3c832 commit 9efb767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Controller/BrowseControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function it_displays_the_browse_page()

$crawler = $client->request('GET', $this->getUrl());

$this->assertStatusCodeIs200($client, $crawler);
$this->assertStatusCodeIs200($client, $crawler);
$this->assertSame('0 results found', trim($crawler->filter('.message-bar')->text()));
}

Expand Down

0 comments on commit 9efb767

Please sign in to comment.