Add a commit to tb.rs (#2436)
This commit is contained in:
parent
150b303da9
commit
d4b2ba9999
1 changed files with 1 additions and 0 deletions
|
@ -67,4 +67,5 @@ async fn table_definitions_can_be_deleted() {
|
||||||
Ok(Some(o)) => panic!("Should not exist but was {:?}", o),
|
Ok(Some(o)) => panic!("Should not exist but was {:?}", o),
|
||||||
Err(e) => panic!("Unexpected error on get {:?}", e),
|
Err(e) => panic!("Unexpected error on get {:?}", e),
|
||||||
};
|
};
|
||||||
|
tx.commit().await.unwrap();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue