Skip to content

Commit 580f5e7

Browse files
committed
fix clang-tidy
1 parent 11c3183 commit 580f5e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google/cloud/bigtable/tests/data_integration_test.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ namespace {
3131
using ::google::cloud::bigtable::testing::TableIntegrationTest;
3232
using ::google::cloud::bigtable::testing::TableTestEnvironment;
3333
using ::google::cloud::testing_util::chrono_literals::operator""_ms;
34-
using ::google::cloud::testing_util::IsOkAndHolds;
3534
using ::std::chrono::duration_cast;
3635
using ::std::chrono::microseconds;
3736
using ::std::chrono::milliseconds;
@@ -705,7 +704,7 @@ TEST_P(DataIntegrationTest, ClientQueryTest) {
705704
ms(0), ms(0), 2.0)
706705
.clone()));
707706
std::vector<std::string> full_table_path =
708-
absl::StrSplit(table.table_name(), "/");
707+
absl::StrSplit(table.table_name(), '/');
709708
auto table_name = full_table_path.back();
710709
std::string quoted_table_name = "`" + table_name + "`";
711710
Project project(project_id());

0 commit comments

Comments
 (0)