mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-23 19:24:19 +01:00
test_open_existing fix
This commit is contained in:
@@ -1128,7 +1128,7 @@ mod tests {
|
||||
unsafe {
|
||||
let mut db = ptr::null_mut();
|
||||
assert_eq!(
|
||||
sqlite3_open(b"../../testing/testing.db\0".as_ptr() as *const i8, &mut db),
|
||||
sqlite3_open(b"../testing/testing.db\0".as_ptr() as *const i8, &mut db),
|
||||
SQLITE_OK
|
||||
);
|
||||
assert_eq!(sqlite3_close(db), SQLITE_OK);
|
||||
|
||||
Reference in New Issue
Block a user