cleanup
This commit is contained in:
parent
8ea7e3d950
commit
9514d1b341
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ fn restore_latest_version_by_default() -> Result<()> {
|
||||||
backup_file_with_text_contents(&source, &repository_path, source_file_relative_path, "newest contents")?;
|
backup_file_with_text_contents(&source, &repository_path, source_file_relative_path, "newest contents")?;
|
||||||
|
|
||||||
let source_file_full_path = &source.file_path(source_file_relative_path);
|
let source_file_full_path = &source.file_path(source_file_relative_path);
|
||||||
assert_restored_file_contents(repository_path, source_file_full_path, "newest contents".as_bytes())
|
assert_restored_file_contents(repository_path, source_file_full_path, b"newest contents")
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue