Skip to content

Commit fa02b42

Browse files
committed
test-06
1 parent 8cd7f96 commit fa02b42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/storage/async/client.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ future<StatusOr<std::pair<AsyncWriter, AsyncToken>>>
133133
AsyncClient::StartAppendableObjectUpload(
134134
google::storage::v2::BidiWriteObjectRequest request, Options opts) {
135135
std::cerr << "Hey this is a test statement of new branch.\n";
136+
return make_ready_future(
137+
StatusOr<std::pair<AsyncWriter, AsyncToken>>(Status(
138+
StatusCode::kInternal, "msg")));
136139
return connection_
137140
->StartAppendableObjectUpload(
138141
{std::move(request),

0 commit comments

Comments
 (0)