Skip to content

Commit a942e25

Browse files
committed
fix merge conflict
1 parent 868140e commit a942e25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

google/cloud/bigtable/internal/data_connection_impl_test.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,6 @@ TEST_F(DataConnectionTest, PrepareQueryPermanentError) {
27692769
"the-instance"),
27702770
bigtable::SqlStatement("SELECT * FROM the-table")});
27712771
EXPECT_THAT(result, StatusIs(StatusCode::kPermissionDenied));
2772-
<<<<<<< HEAD
27732772
}
27742773

27752774
TEST_F(DataConnectionTest, AsyncPrepareQuerySuccess) {
@@ -2813,8 +2812,6 @@ TEST_F(DataConnectionTest, AsyncPrepareQueryPermanentError) {
28132812
auto future = conn->AsyncPrepareQuery(params);
28142813
auto result = future.get();
28152814
EXPECT_THAT(result, StatusIs(StatusCode::kPermissionDenied));
2816-
=======
2817-
>>>>>>> 717cc7b290ff2536005f702c921da601b400f96a
28182815
}
28192816

28202817
} // namespace

0 commit comments

Comments
 (0)