mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-06 00:34:23 +01:00
sqlite3/tests: Relax test_libversion_number assertion
...make it less dependent on specific version of SQLite.
This commit is contained in:
@@ -56,7 +56,7 @@ fn test_libversion() {
|
||||
fn test_libversion_number() {
|
||||
unsafe {
|
||||
let version_num = sqlite3_libversion_number();
|
||||
assert_eq!(version_num, 3042000);
|
||||
assert!(version_num >= 3042000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user