Skip to content

Commit

Permalink
Fix short name test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Dec 31, 2024
1 parent d773605 commit ba0fefc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
- Update BinaryObjectScanner to 3.3.4
- Add and use internal program short names
- Fix BinaryObjectScanner update
- Fix short name test

### 3.2.4 (2024-11-24)

Expand Down
2 changes: 1 addition & 1 deletion MPF.Frontend.Test/EnumExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void LongName_RedumperSectorOrder(RedumperSectorOrder? order, string? exp
[InlineData(InternalProgram.DiscImageCreator, "dic")]
[InlineData(InternalProgram.Redumper, "redumper")]
[InlineData(InternalProgram.CleanRip, "cleanrip")]
[InlineData(InternalProgram.PS3CFW, "ps3cf2")]
[InlineData(InternalProgram.PS3CFW, "ps3cfw")]
[InlineData(InternalProgram.UmdImageCreator, "uic")]
[InlineData(InternalProgram.XboxBackupCreator, "xbc")]
public void ShortName_InternalProgram(InternalProgram? prog, string? expected)
Expand Down

0 comments on commit ba0fefc

Please sign in to comment.