Skip to content

Commit b0966c8

Browse files
committed
fix formatting
1 parent 729e22f commit b0966c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

google/cloud/bigtable/internal/data_connection_impl_test.cc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3748,9 +3748,11 @@ TEST_F(DataConnectionTest, ExecuteQueryFailureWithSchemaChange) {
37483748
bigtable::ExecuteQueryParams params{std::move(bq)};
37493749
auto row_stream = conn->ExecuteQuery(std::move(params));
37503750
for (auto const& row : row_stream) {
3751-
EXPECT_THAT(row,
3752-
StatusIs(StatusCode::kInternal,
3753-
HasSubstr("Expected results response, but received: METADATA")));
3751+
EXPECT_THAT(
3752+
row,
3753+
StatusIs(
3754+
StatusCode::kInternal,
3755+
HasSubstr("Expected results response, but received: METADATA")));
37543756
}
37553757
fake_cq_impl->SimulateCompletion(false);
37563758
}

0 commit comments

Comments
 (0)