Skip to content

Commit

Permalink
Fix failing tests on Windows with Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 6, 2023
1 parent 501e8d3 commit d92c300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iofs_test.go
Expand Up @@ -100,6 +100,7 @@ func TestIOFSNativeDirEntryWhenPossible(t *testing.T) {
if err != nil {
t.Fatal(err)
}
defer dir2.Close()

assertDirEntries := func(entries []fs.DirEntry, ordered bool) {
if len(entries) != numFiles {
Expand Down

0 comments on commit d92c300

Please sign in to comment.