Skip to content

Commit

Permalink
Fix casing for expected directory in PEFileCollectionTest so it works…
Browse files Browse the repository at this point in the history
… on Linux
  • Loading branch information
ethanmoffat committed Feb 10, 2022
1 parent fbe53b6 commit 7745fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOLib.Graphics.Test/PEFileCollectionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace EOLib.Graphics.Test
[TestFixture, ExcludeFromCodeCoverage]
public class PEFileCollectionTest
{
private const string ExpectedDirectory = "GFX";
private const string ExpectedDirectory = "gfx";

private IPEFileCollection _collection;

Expand Down

0 comments on commit 7745fd4

Please sign in to comment.