Skip to content

Commit 03b4d35

Browse files
AaronRMscottgerring
authored andcommitted
Fix comment about how to only run unit tests
1 parent 86dfd4b commit 03b4d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! Only a single test suite can run at once, as each container has statically mapped ports, but
1414
//! this works nicely with the way cargo executes the suite.
1515
//!
16-
//! To skip integration tests with cargo, you can run `cargo test --mod`, which will run unit tests
16+
//! To skip integration tests with cargo, you can run `cargo test --lib`, which will run unit tests
1717
//! only.
1818
//!
1919
#![cfg(unix)]

0 commit comments

Comments
 (0)