Skip to content

Commit

Permalink
Add extra file to cfwps3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Deterous authored Dec 28, 2024
1 parent 588ff5d commit 87548a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MPF.Processors.Test/PS3CFWTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void GetOutputFiles_BluRay_Populated()
var processor = new PS3CFW(RedumpSystem.SonyPlayStation3, MediaType.BluRay);

var actual = processor.GetOutputFiles(baseDirectory, baseFilename);
Assert.Equal(3, actual.Count);
Assert.Equal(4, actual.Count);
}

[Fact]
Expand Down

0 comments on commit 87548a3

Please sign in to comment.