diff --git a/tests/integration/query_processing/test_read_path.rs b/tests/integration/query_processing/test_read_path.rs index 01f2e7a20..69c9dfe39 100644 --- a/tests/integration/query_processing/test_read_path.rs +++ b/tests/integration/query_processing/test_read_path.rs @@ -914,8 +914,8 @@ fn test_stmt_reset() -> anyhow::Result<()> { let rows = limbo_exec_rows(&tmp_db, &conn1, "SELECT rowid FROM test"); assert_eq!( rows, - vec![vec![ - rusqlite::types::Value::Integer(1)], + vec![ + vec![rusqlite::types::Value::Integer(1)], vec![rusqlite::types::Value::Integer(2)], vec![rusqlite::types::Value::Integer(3)], vec![rusqlite::types::Value::Integer(4)],