mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-05 14:57:45 +08:00
Fix test
This commit is contained in:
parent
a53bcd4769
commit
3810178be0
@ -155,7 +155,7 @@ impl InnerConnection {
|
|||||||
self.remove_preupdate_hook();
|
self.remove_preupdate_hook();
|
||||||
let mut shared_handle = self.interrupt_lock.lock().unwrap();
|
let mut shared_handle = self.interrupt_lock.lock().unwrap();
|
||||||
assert!(
|
assert!(
|
||||||
!shared_handle.is_null(),
|
!self.owned || !shared_handle.is_null(),
|
||||||
"Bug: Somehow interrupt_lock was cleared before the DB was closed"
|
"Bug: Somehow interrupt_lock was cleared before the DB was closed"
|
||||||
);
|
);
|
||||||
if !self.owned {
|
if !self.owned {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user