Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Aug 6, 2021
1 parent 26ca7c2 commit 3125cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ mod tests {
let t = Value::from(1i8);
assert!(is_true(&t));
let t = Value::from(0u32);
assert!(is_true(&t));
assert!(!is_true(&t));
}
}

0 comments on commit 3125cd3

Please sign in to comment.