Skip to content

Commit

Permalink
revert change from wrong cl
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcollins-google committed Dec 6, 2021
1 parent 2a8570d commit 1f84b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigtable/testing/table_test_fixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<MockDataClient> SetupMockClient();

static char const kProjectId[];
Expand Down

0 comments on commit 1f84b47

Please sign in to comment.