Skip to content

Commit

Permalink
use super
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouaix committed Nov 25, 2024
1 parent 0d6bb41 commit 7f36025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoders/bool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub(crate) fn lowercase_int_bool(bool_data: u8) -> String {

#[cfg(test)]
mod tests {
use crate::decoders::bool::{lowercase_bool, lowercase_int_bool, uppercase_bool};
use super::*;

#[test]
fn test_uppercase_bool() {
Expand Down

0 comments on commit 7f36025

Please sign in to comment.