This commit is contained in:
Rob Ede 2022-02-28 13:43:22 +00:00
parent 961e22493c
commit 8d624b3800
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
8 changed files with 13 additions and 16 deletions

View file

@ -60,10 +60,7 @@ async fn perform_snapshot() {
let temp = tempfile::tempdir().unwrap();
let snapshot_path = snapshot_dir
.path()
.to_owned()
.join("db.snapshot".to_string());
let snapshot_path = snapshot_dir.path().to_owned().join("db.snapshot");
let options = Opt {
import_snapshot: Some(snapshot_path),