Try to fix CI builds

This commit is contained in:
gwenn 2019-03-19 21:01:30 +01:00
parent ceb1ce4a55
commit 98ca4ad6f4

View File

@ -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")
]
);
}