From f9967f809a35c9f92d122abd71a196dad3ddf1e9 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 30 Jun 2025 14:00:55 +0300 Subject: [PATCH] tests/integration: s/limbo_core/turso_core/g --- tests/integration/query_processing/test_write_path.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, )