Skip to content

Commit d051a06

Browse files
committed
Changing the test name to a better one
1 parent 77d2535 commit d051a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/meter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ mod tests {
736736

737737
#[test]
738738
#[cfg(feature = "experimental_metrics_disable_name_validation")]
739-
fn instrument_name_validation() {
739+
fn instrument_name_validation_disabled() {
740740
// (name, expected error)
741741
let instrument_name_test_cases = vec![
742742
("validateName", ""),

0 commit comments

Comments
 (0)