Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Nov 26, 2024
1 parent f84cffb commit 2df24d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/s3/manager/integ_upload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func TestInteg_UploadPresetChecksum(t *testing.T) {
expectETag string
}{
"auto single part": {
"no checksum": {
"no checksum algorithm passed": {
payload: bytes.NewReader(singlePartBytes),
expectChecksumCRC32: singlePartCRC32,
expectETag: singlePartETag,
Expand Down

0 comments on commit 2df24d6

Please sign in to comment.