Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed May 26, 2024
1 parent 0fbbdb0 commit 50ee2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/input/cartridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fn test_deserialize() {
},
dump: Some(CartridgeDump {
tool: "MeGa DumPer".to_owned(),
log: "Did the thing".to_owned(),
log: Some("Did the thing".to_owned()),
date: Date::from_calendar_date(1999, time::Month::January, 1).unwrap(),
sha256: Sha256::parse(
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
Expand Down

0 comments on commit 50ee2ae

Please sign in to comment.