Skip to content

Commit 0b83c39

Browse files
committed
Fix test
1 parent 06db320 commit 0b83c39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/assets/ConfigHandlerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ public function testRouteWithDirectory()
6060

6161
$expected = [
6262
'unrouted/machines.js',
63-
'vendor/widget/forms.css',
6463
'vendor/widget/colorful.css',
64+
'vendor/widget/forms.css',
6565
];
6666

6767
$paths = $this->assets->getPaths();
68+
sort($paths);
6869

6970
$this->assertEquals($expected, $paths);
7071
}

0 commit comments

Comments
 (0)