Skip to content

Commit

Permalink
test: tune windows tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jun 4, 2024
1 parent 7bfd1cc commit 04b4097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestFinder_Find(t *testing.T) {
err := fsys.MkdirAll(dir, 0o777)
require.NoError(t, err)

_, err = fsys.Create(file)
_, err = fsys.Create(toAbsOsPath(file))
require.NoError(t, err)
}

Expand Down

0 comments on commit 04b4097

Please sign in to comment.