diff --git a/tests/integration/query_processing/test_write_path.rs b/tests/integration/query_processing/test_write_path.rs index 6099eac05..196d7d4c9 100644 --- a/tests/integration/query_processing/test_write_path.rs +++ b/tests/integration/query_processing/test_write_path.rs @@ -691,11 +691,11 @@ fn test_wal_bad_frame() -> anyhow::Result<()> { }; { let result = std::panic::catch_unwind(|| { - let io: Arc = Arc::new(limbo_core::PlatformIO::new().unwrap()); + let io: Arc = Arc::new(turso_core::PlatformIO::new().unwrap()); let db = Database::open_file_with_flags( io.clone(), db_path.to_str().unwrap(), - limbo_core::OpenFlags::default(), + turso_core::OpenFlags::default(), false, false, )