fix: fix bug

This commit is contained in:
WenyXu
2024-05-13 08:25:18 +00:00
parent de468ee595
commit 2ba721cc82

View File

@@ -168,6 +168,8 @@ async fn run_test<R: Rng + 'static>(
err_msg: err.to_string(),
}
);
created_table.insert(table_name);
return Ok(());
}
}