mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Fix clippy warning
This commit is contained in:
parent
c670b6d653
commit
0c348c9eb0
@ -826,7 +826,7 @@ mod test {
|
||||
assert_eq!("foo", op.table_name());
|
||||
assert_eq!(1, op.number_of_columns());
|
||||
assert_eq!(Action::SQLITE_INSERT, op.code());
|
||||
assert_eq!(false, op.indirect());
|
||||
assert!(!op.indirect());
|
||||
|
||||
let pk = item.pk()?;
|
||||
assert_eq!(&[1], pk);
|
||||
|
Loading…
Reference in New Issue
Block a user