Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 00cb577

Browse files
authored
Remove debugging leftover. (#345)
1 parent e292a37 commit 00cb577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opencensus/exporters/stats/stackdriver/internal/stackdriver_utils_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ TEST(StackdriverUtilsTest, MakeTimeSeriesCustomResource) {
227227
ASSERT_EQ(1, time_series.size());
228228
const auto& ts = time_series.front();
229229
EXPECT_EQ("gce_instance", ts.resource().type());
230-
// EXPECT_EQ(0, ts.resource().labels_size());
231230
using ::testing::Pair;
232231
EXPECT_THAT(ts.resource().labels(),
233232
::testing::UnorderedElementsAre(Pair("project_id", "my_project"),

0 commit comments

Comments
 (0)