Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Jul 2, 2024
1 parent 5aeadb8 commit ac94ee8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/weaver_semconv/src/semconv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,7 @@ mod tests {
let semconv_url = "http://unknown.com/unknown-semconv.yaml";
let semconv_spec = SemConvSpec::from_url(semconv_url);
assert!(semconv_spec.is_err());
assert!(matches!(
semconv_spec.unwrap_err(),
RegistryNotFound { .. }
));
assert!(matches!(semconv_spec.unwrap_err(), RegistryNotFound { .. }));
}

#[test]
Expand Down

0 comments on commit ac94ee8

Please sign in to comment.