Skip to content

Commit 2c5207c

Browse files
committed
fix test
1 parent b17ae09 commit 2c5207c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/row.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ mk_tests_default! {
425425
.unwrap();
426426
assert_eq!(2, row.cols.len());
427427

428-
assert_eq!(9, row.cols.first().unwrap().raw_type);
428+
assert_eq!(448, row.cols.first().unwrap().raw_type);
429429

430430
Ok(())
431431
}

0 commit comments

Comments
 (0)