From 1f84b47b43800d89ab0c25282eb61597212a5aab Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Mon, 6 Dec 2021 13:11:03 -0500 Subject: [PATCH] revert change from wrong cl --- google/cloud/bigtable/testing/table_test_fixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/bigtable/testing/table_test_fixture.h b/google/cloud/bigtable/testing/table_test_fixture.h index 66a165774fe26..4b23e06c6e722 100644 --- a/google/cloud/bigtable/testing/table_test_fixture.h +++ b/google/cloud/bigtable/testing/table_test_fixture.h @@ -28,7 +28,7 @@ namespace testing { /// Common fixture for the bigtable::Table tests. class TableTestFixture : public ::testing::Test { protected: - explicit TableTestFixture(CompletionQueue const& cq); + explicit TableTestFixture(CompletionQueue cq); std::shared_ptr SetupMockClient(); static char const kProjectId[];