Skip to content

Commit

Permalink
refactor codes
Browse files Browse the repository at this point in the history
  • Loading branch information
lyt122 committed Jul 15, 2024
1 parent 8ca375a commit 363dd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pkg/file/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestFileIsChanged(t *testing.T) {

assert.Nil(t, err)

tmpfile, _ := os.CreateTemp("./", "example")
tmpfile, _ := os.CreateTemp("", "example")

file := Stat(tmpfile.Name())

Expand Down

0 comments on commit 363dd1d

Please sign in to comment.