Skip to content

Commit

Permalink
Fix test bleeding
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed May 29, 2021
1 parent 2051923 commit ada4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/Publisher/PublisherSupportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function testDiscoverNothing()
public function testDiscoverStores()
{
$publisher = Publisher::discover()[0];
$publisher->addFile($this->file);
$publisher->setFiles([])->addFile($this->file);

$result = Publisher::discover();
$this->assertSame($publisher, $result[0]);
Expand Down

0 comments on commit ada4e62

Please sign in to comment.