Skip to content

Commit

Permalink
change assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer committed May 31, 2020
1 parent a2b64ab commit 8ec95f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function testRetrieve()
],
]);
$contents = FilesystemRegistry::retrieve('tests')->listContents('');
$this->assertSame([
$this->assertEqualsCanonicalizing([
'bootstrap.php',
'FilesystemsRegistryTest.php',
'FilesystemsTraitTest.php',
Expand Down

0 comments on commit 8ec95f8

Please sign in to comment.