style: format tests
This commit is contained in:
parent
51f631d900
commit
5dc240c851
2 changed files with 6 additions and 4 deletions
|
@ -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(())
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
mod common;
|
||||
mod common;
|
||||
|
|
Reference in a new issue