Fixed FoundationDB tests.

This commit is contained in:
Mauro D
2023-07-07 10:53:14 +00:00
parent 6ba892f7d6
commit df3c34c656
5 changed files with 34 additions and 19 deletions

View File

@@ -56,6 +56,7 @@ pub async fn store_tests() {
if insert {
db.destroy().await;
}
#[cfg(feature = "foundationdb")]
assign_id::test(db.clone()).await;
query::test(db, insert).await;
temp_dir.delete();