diff options
Diffstat (limited to 'tests/ngit_init.rs')
| -rw-r--r-- | tests/ngit_init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ngit_init.rs b/tests/ngit_init.rs index 1183b3c..4302524 100644 --- a/tests/ngit_init.rs +++ b/tests/ngit_init.rs | |||
| @@ -309,7 +309,7 @@ mod when_repo_not_previously_claimed { | |||
| 309 | let cli_tester_handle = std::thread::spawn(move || -> Result<()> { | 309 | let cli_tester_handle = std::thread::spawn(move || -> Result<()> { |
| 310 | let yaml_path = git_repo.dir.join("maintainers.yaml"); | 310 | let yaml_path = git_repo.dir.join("maintainers.yaml"); |
| 311 | let mut file = std::fs::File::create(&yaml_path) | 311 | let mut file = std::fs::File::create(&yaml_path) |
| 312 | .expect("cannot create maintainers.yaml file"); | 312 | .expect("failed to create maintainers.yaml file"); |
| 313 | write!( | 313 | write!( |
| 314 | file, | 314 | file, |
| 315 | "\ | 315 | "\ |