Skip to content

Commit 5f5fb48

Browse files
committed
remove comments
1 parent d753901 commit 5f5fb48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/cloud/bigtable/internal/data_connection_impl_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3743,7 +3743,6 @@ TEST_F(DataConnectionTest, ExecuteQueryFailureWithSchemaChange) {
37433743
StatusOr<google::bigtable::v2::PrepareQueryResponse>(
37443744
Status{StatusCode::kUnimplemented, "not implemented"}));
37453745
};
3746-
// EXPECT_CALL(*mock, ExecuteQuery)
37473746
EXPECT_CALL(*mock, ExecuteQuery)
37483747
.Times(3)
37493748
.WillRepeatedly(

0 commit comments

Comments
 (0)