Skip to content

Commit

Permalink
update vars
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 12, 2024
1 parent 674ba06 commit 34d9e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn test_backup_with_dir_passes(dir_testdata: PathBuf, set_up_repo: Result<RepoOp
);

#[cfg(not(windows))]
assert_debug_snapshot!("backup-dir-summary-first-nix", TestSummary(&first_backup));
assert_debug_snapshot!("backup-dir-summary-first-nix", TestSummary(&first_snapshot));

assert_eq!(first_snapshot.parent, None);

Expand Down Expand Up @@ -200,7 +200,7 @@ fn test_backup_with_tar_gz_passes(
);

#[cfg(not(windows))]
assert_debug_snapshot!("backup-tar-summary-first-nix", TestSummary(&first_backup));
assert_debug_snapshot!("backup-tar-summary-first-nix", TestSummary(&first_snapshot));

assert_eq!(first_snapshot.parent, None);

Expand Down

0 comments on commit 34d9e89

Please sign in to comment.