mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 09:04:19 +01:00
fix test
This commit is contained in:
@@ -771,8 +771,8 @@ fn test_avg_agg() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
assert_eq!(stmt.num_columns(), 2);
|
||||
assert_eq!(stmt.get_column_name(0), "avg (x)");
|
||||
assert_eq!(stmt.get_column_name(1), "avg (y)");
|
||||
assert_eq!(stmt.get_column_name(0), "avg (t.x)");
|
||||
assert_eq!(stmt.get_column_name(1), "avg (t.y)");
|
||||
|
||||
assert_eq!(
|
||||
rows,
|
||||
|
||||
Reference in New Issue
Block a user