Skip to content

Commit 145fcbb

Browse files
Gnnngjplatte
andauthored
fix typo
Co-authored-by: Jonas Platte <[email protected]>
1 parent 4ecc111 commit 145fcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ mod tests {
617617
#[test]
618618
fn parse_spec_name_canonicalization() {
619619
// accept binary names in both styles (`snake_case` and `kebab-case`)
620-
let (dirs, _) = parse_spec("snake_case_crate=info,kebaba-case-crate=debug");
620+
let (dirs, _) = parse_spec("snake_case_crate=info,kebab-case-crate=debug");
621621
assert_eq!(dirs.len(), 2);
622622
assert_eq!(dirs[0].name, Some("snake_case_crate".to_string()));
623623
assert_eq!(dirs[0].level, LevelFilter::Info);

0 commit comments

Comments
 (0)