Remove all instances before testing

This commit is contained in:
Kitaiti Makoto 2021-01-24 23:28:40 +09:00
parent dbf36ddf05
commit f9e7d2bb23
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ pub(crate) mod tests {
use diesel::Connection;
pub(crate) fn fill_database(conn: &Conn) -> Vec<(NewInstance, Instance)> {
diesel::delete(instances::table).execute(conn).unwrap();
let res = vec![
NewInstance {
default_license: "WTFPL".to_string(),