Skip to content

Commit 19c0547

Browse files
committed
Remove cruft
1 parent 5410f05 commit 19c0547

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

opentelemetry-otlp/tests/integration_test/src/metrics_asserter.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
use crate::test_utils;
21
use anyhow::Result;
3-
use ctor::dtor;
42
use serde_json::Value;
53
use std::fs::File;
64
use std::io::{BufReader, Read};
@@ -64,8 +62,3 @@ impl MetricsAsserter {
6462
}
6563
}
6664
}
67-
68-
#[dtor]
69-
fn shutdown() {
70-
test_utils::stop_collector_container();
71-
}

0 commit comments

Comments
 (0)