style: format tests

This commit is contained in:
Dmitriy Pleshevskiy 2021-02-20 23:13:08 +03:00
parent 51f631d900
commit 5dc240c851
2 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,8 @@ fn init_manifest_with_default_config() -> TestResult {
[database]
connection = "$DATABASE_URL"
"#);
"#
);
fs::remove_file("Migra.toml")?;
@ -45,9 +46,10 @@ fn init_manifest_in_custom_path() -> TestResult {
[database]
connection = "$DATABASE_URL"
"#);
"#
);
fs::remove_file(&manifest_path)?;
Ok(())
}
}

View File

@ -1 +1 @@
mod common;
mod common;