Skip to content

Commit

Permalink
test(logging): rename level not set test case
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoshare committed Aug 31, 2024
1 parent 5a10658 commit fac6e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mod tests {
}

#[rstest]
fn panic_if_level_not_set() {
fn err_if_level_not_set() {
assert!(get_subscriber(false).is_err());
}
}

0 comments on commit fac6e29

Please sign in to comment.