Skip to content

Commit

Permalink
Fix TestArtifactoryMultipartUpload in Windows (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed May 7, 2024
1 parent 86cddd9 commit f706962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/artifactorymultipartupload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func createBigFile(t *testing.T) (bigFile *os.File, cleanUp func()) {
assert.NoError(t, err)

cleanUp = func() {
assert.NoError(t, bigFile.Close())
assert.NoError(t, os.Remove(bigFile.Name()))
}

Expand Down

0 comments on commit f706962

Please sign in to comment.