Try to fix CI build

This commit is contained in:
gwenn
2020-11-05 22:21:02 +01:00
parent da94f8eba6
commit 549ceb59e2
2 changed files with 3 additions and 4 deletions

View File

@@ -1890,7 +1890,7 @@ mod test {
#[test]
#[cfg(not(feature = "extra_check"))]
fn test_alter_table() -> Result<()> {
fn test_alter_table() -> Result<usize> {
let db = checked_memory_handle();
db.execute_batch("CREATE TABLE x(t);")?;
// `execute_batch` should be used but `execute` should also work