Skip to content

Commit

Permalink
Fixed test for updated LuaX after cd31714
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Dec 20, 2019
1 parent cd31714 commit b0fb2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuNariTest/API/BridgeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class BridgeTest
[Fact]
public void providerTest1()
{
Assert.Throws<ArgumentException>(() =>
Assert.Throws<ArgumentNullException>(() =>
{
new Bridge<ILua51>(null);
});
Expand Down

0 comments on commit b0fb2e1

Please sign in to comment.