Skip to content

Commit

Permalink
Fix OS-specific test variant
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 30, 2024
1 parent 8f4bf52 commit efb64a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scan/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3420,6 +3420,8 @@ mod tests {
assert_eq!(
ScanInfo {
game_name: s("game3"),
found_files: Default::default(),
found_registry_keys: Default::default(),
available_backups: vec![Backup::Full(FullBackup {
name: ".".to_string(),
when: now(),
Expand All @@ -3436,7 +3438,7 @@ mod tests {
},
..Default::default()
})),
..Default::default()
has_backups: true,
},
layout.scan_for_restoration(
"game3",
Expand Down

0 comments on commit efb64a9

Please sign in to comment.