Skip to content

Commit 7ef96f3

Browse files
committed
fix the test
1 parent d253afd commit 7ef96f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/storage/internal/rest/stub_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ TEST(RestStubTest, UploadChunkLastChunkWithCrc32c) {
955955
ResultOf(
956956
"request headers contain x-goog-hash with crc32c",
957957
[](RestRequest const& r) { return r.headers(); },
958-
Contains(Pair("x-goog-hash", ElementsAre("crc32c=test-crc32")))),
958+
Contains(Pair("x-goog-hash", ElementsAre("crc32c=test-crc32c")))),
959959
ExpectedPayload()))
960960
.WillOnce(Return(PermanentError()));
961961
auto tested = std::make_unique<RestStub>(Options{}, mock, mock);

0 commit comments

Comments
 (0)