mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Try to fix CI builds
This commit is contained in:
parent
ceb1ce4a55
commit
98ca4ad6f4
@ -121,13 +121,11 @@ mod test {
|
||||
);
|
||||
let column_types: Vec<Option<&str>> = columns.iter().map(Column::decl_type).collect();
|
||||
assert_eq!(
|
||||
column_types.as_slice(),
|
||||
&column_types[..3],
|
||||
&[
|
||||
Some("text"),
|
||||
Some("text"),
|
||||
Some("text"),
|
||||
Some("int"),
|
||||
Some("text")
|
||||
]
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user