Skip to content

Commit

Permalink
ci: fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
portasynthinca3 committed Oct 1, 2024
1 parent 9b76a8d commit 0236464
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ tests.assert_eq(false, storage.isSubpathOf("/ext/test/sub", "/ext/test"));
// dir
let entries = storage.readDirectory(baseDir);
tests.assert_eq(true, !!entries);
// FIXME: this test suite assumes that files are listed by `readDirectory` in
// the exact order that they were created, which is not something that is
// actually guaranteed.
// FIXME: (-nofl) this test suite assumes that files are listed by
// `readDirectory` in the exact order that they were created, which is not
// something that is actually guaranteed.
// Possible solution: sort and compare the array.
tests.assert_eq("helloworld", entries[0].path);
tests.assert_eq("helloworld123", entries[1].path);
Expand Down

0 comments on commit 0236464

Please sign in to comment.