refactor(tvix/nix-compat): address clippy in nixbase32.rs tests
Change-Id: If8820cba4cf19bf0f7aa27e0d93b70eb7b4ee81f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8221 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
93b0766485
commit
daba4cc0e5
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ mod tests {
|
|||
}
|
||||
None => {
|
||||
// the decode needs to be an error
|
||||
assert_eq!(true, super::decode(enc.as_bytes()).is_err());
|
||||
assert!(super::decode(enc.as_bytes()).is_err());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue