Skip to content

Commit

Permalink
test(storage/transfermanager): add CRC to test (#10568)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennaEpp authored Jul 19, 2024
1 parent 245d2ea commit 33a4ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/transfermanager/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ func TestIntegration_DownloadShard(t *testing.T) {
LastModified: r.Attrs.LastModified,
Generation: r.Attrs.Generation,
Metageneration: r.Attrs.Metageneration,
CRC32C: r.Attrs.CRC32C,
},
},
},
Expand Down

0 comments on commit 33a4ad3

Please sign in to comment.