Fix test_execute_select

This commit is contained in:
gwenn 2020-03-04 20:42:32 +01:00
parent 1fb00e99b7
commit 97b2f4cda0

View File

@ -1118,6 +1118,7 @@ mod test {
}
#[test]
#[cfg(feature = "extra_check")]
fn test_execute_select() {
let db = checked_memory_handle();
let err = db.execute("SELECT 1 WHERE 1 < ?", &[1i32]).unwrap_err();