diff --git a/tests/integration/functions/test_wal_api.rs b/tests/integration/functions/test_wal_api.rs index b8cd456f8..2552fa45c 100644 --- a/tests/integration/functions/test_wal_api.rs +++ b/tests/integration/functions/test_wal_api.rs @@ -476,7 +476,7 @@ fn test_wal_upper_bound_passive() { .execute("insert into test values (2, 'turso')") .unwrap(); let watermark2 = writer.wal_frame_count().unwrap(); - let expected = vec![ + let expected = [ vec![ turso_core::types::Value::Integer(1), turso_core::types::Value::Text(turso_core::types::Text::new("hello")),