Skip to content

Commit

Permalink
Update NativeGraphicsLoaderTest with new expected culture value (defa…
Browse files Browse the repository at this point in the history
…ult=-1)
  • Loading branch information
ethanmoffat committed Sep 15, 2022
1 parent 24b2be0 commit 7ee51e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOLib.Graphics.Test/NativeGraphicsLoaderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class NativeGraphicsLoaderTest
private IPEFileCollection _modules;
private INativeGraphicsLoader _nativeGraphicsLoader;

private const int ExpectedCulture = 0;
private const int ExpectedCulture = -1;

[SetUp]
public void SetUp()
Expand Down

0 comments on commit 7ee51e8

Please sign in to comment.