mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-22 14:29:30 +08:00
Try to fix CI builds
This commit is contained in:
@@ -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")
|
||||
]
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user