Update DosCenter deserialization test

This commit is contained in:
Matt Nadareski
2023-07-14 01:55:48 -04:00
parent 77e85e54dc
commit bda3315c7a
3 changed files with 2 additions and 1 deletions

View File

@@ -110,7 +110,8 @@ namespace SabreTools.Test.Parser
} }
[Theory] [Theory]
[InlineData("test-doscenter-files.dat.gz", 34965)] [InlineData("test-doscenter-files1.dat.gz", 34965)]
[InlineData("test-doscenter-files2.dat.gz", 7189)]
public void DosCenterDeserializeTest(string path, long count) public void DosCenterDeserializeTest(string path, long count)
{ {
// Open the file for reading // Open the file for reading

Binary file not shown.