Skip to content

Commit

Permalink
add unit test for Bk2 IsStv mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Nov 17, 2024
1 parent e90df82 commit 93e81f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TASVideos.MovieParsers.Tests/Bk2ParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public async Task PalFlag_True(string fileName, RegionType expected)
[DataRow("System-A7800.bk2", SystemCodes.Atari7800)]
[DataRow("System-AppleII.bk2", SystemCodes.AppleII)]
[DataRow("System-Arcade.bk2", SystemCodes.Arcade)]
[DataRow("System-Arcade-IsStv.bk2", SystemCodes.Arcade)]
[DataRow("System-Bsx.bk2", SystemCodes.Bsx)]
[DataRow("System-C64.bk2", SystemCodes.C64)]
[DataRow("System-Intellivision.bk2", SystemCodes.Intellivision)]
Expand Down
Binary file not shown.

0 comments on commit 93e81f9

Please sign in to comment.