Skip to content

Commit

Permalink
Fix �TestGetFileWithEntries()
Browse files Browse the repository at this point in the history
  • Loading branch information
villermen committed Jul 21, 2020
1 parent b3f18ea commit fdc5377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RuneScapeCacheToolsTests/Tests/DownloaderCacheTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void TestGetFileWithEntries()
{
var archiveFile = this.Fixture.DownloaderCache.GetFile<EntryFile>(Index.Enums, 5);

Assert.Equal(249, archiveFile.EntryCount);
Assert.Equal(256, archiveFile.EntryCount);
}

[Fact]
Expand Down

0 comments on commit fdc5377

Please sign in to comment.