Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Dec 13, 2023
1 parent 3ec545d commit 8ee1109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/file/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestFileTouchPatchGetDelete(t *testing.T) {
for _, r := range Samples {
t.Run(r.Name, func(t *testing.T) {
// Touch.
name := "1/Patch-Test"
name := "Patch-Test"
file, err := File.Touch(name)
if err != nil {
t.Errorf(err.Error())
Expand Down

0 comments on commit 8ee1109

Please sign in to comment.