mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-22 09:14:21 +03:00
Fix missing test run call
This commit is contained in:
parent
8b6c817b30
commit
57160e14b3
@ -39,4 +39,6 @@ fn remove_table() {
|
|||||||
// Ensure the table is not accessible through the new schema
|
// Ensure the table is not accessible through the new schema
|
||||||
assert!(new_db.query("SELECT id FROM users", &[]).is_err());
|
assert!(new_db.query("SELECT id FROM users", &[]).is_err());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test.run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user