Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed Apr 18, 2023
1 parent b2327d3 commit fde8dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fluvio-controlplane-metadata/src/topic/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,6 @@ pub mod test {
fn test_column_def() {
let colum1 = ColumnDef::from_dsl("colum1:i").expect("colum1");
assert_eq!(colum1.name, "colum1");
assert_eq!(colum1.ty, ColumnType::Int);

let colum2 = ColumnDef::from_dsl("colum2:f").expect("colum2");
assert_eq!(colum2.name, "colum2");
Expand Down

0 comments on commit fde8dfe

Please sign in to comment.