Skip to content

Commit

Permalink
test(Playstation): fix result
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Jul 26, 2024
1 parent 44097b0 commit e85b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libNOM.test/Playstation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public void T136_Read_0x7D2_SaveWizard_6()
var path = GetCombinedPath("Playstation", "0x7D2", "SaveWizard", "6");
var results = new ReadResults[]
{
new(9, "Slot5Manual", true, true, false, true, true, true, false, false, SaveContextQueryEnum.DontCare, nameof(PresetGameModeEnum.Normal), DifficultyPresetTypeEnum.Normal, SeasonEnum.None, 4146, 4658, GameVersionEnum.Interceptor, "Purfex", "On freighter (Normandy SR3)", 2469490),
new(9, "Slot5Manual", true, true, false, true, true, true, false, false, SaveContextQueryEnum.DontCare, nameof(PresetGameModeEnum.Normal), DifficultyPresetTypeEnum.Normal, SeasonEnum.None, 4146, 4658, GameVersionEnum.Echoes, "Purfex", "On freighter (Normandy SR3)", 2469490),
};
var userIdentification = ReadUserIdentification(path);

Expand Down

0 comments on commit e85b5b0

Please sign in to comment.