Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Dec 23, 2024
1 parent 425eb21 commit 163e65d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/artifacts/os/windows/shortcuts/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ mod tests {
ShellItem {
value: "59031a47-3f72-44a7-89c5-5595fe6b30ee".to_string(),
shell_type: RootFolder,
created: "".to_string(),
modified: "".to_string(),
accessed: "".to_string(),
created: "1970-01-01T00:00:00.000Z".to_string(),
modified: "1970-01-01T00:00:00.000Z".to_string(),
accessed: "1970-01-01T00:00:00.000Z".to_string(),
mft_entry: 0,
mft_sequence: 0,
stores: Vec::new(),
Expand Down

0 comments on commit 163e65d

Please sign in to comment.