Skip to content

Commit e85b5b0

Browse files
committed
test(Playstation): fix result
1 parent 44097b0 commit e85b5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libNOM.test/Playstation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public void T136_Read_0x7D2_SaveWizard_6()
441441
var path = GetCombinedPath("Playstation", "0x7D2", "SaveWizard", "6");
442442
var results = new ReadResults[]
443443
{
444-
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),
444+
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),
445445
};
446446
var userIdentification = ReadUserIdentification(path);
447447

0 commit comments

Comments
 (0)