Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Dec 19, 2023
1 parent c103965 commit f5acf5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api/file/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ func TestFileTouchPatchGetDelete(t *testing.T) {
name,
file.Name)
}
f, err := os.Open(file.Path)

f, err := os.Open(tmp)
if err != nil {
t.Errorf(err.Error())
}
Expand Down

0 comments on commit f5acf5e

Please sign in to comment.