Skip to content

Commit

Permalink
Upgrade to xUnit 2.8.1 (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored May 28, 2024
1 parent f9aba46 commit 053dbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageVersion Include="Spectre.Console.Cli" Version="0.45.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.3" />
<PackageVersion Include="Test262Harness" Version="1.0.0" />
<PackageVersion Include="xunit" Version="2.8.0" />
<PackageVersion Include="xunit" Version="2.8.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1" PrivateAssets="all" />
<PackageVersion Include="YantraJS.Core" Version="1.2.209" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Jint.Tests/Runtime/StringTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void ShouldCompareWithLocale()
Assert.Equal(-1, engine.Evaluate("'王五'.localeCompare('张三', 'zh-CN')").AsInteger());
}

public static TheoryData GetLithuaniaTestsData()
public static TheoryData<string, string> GetLithuaniaTestsData()
{
return new StringTetsLithuaniaData().TestData();
}
Expand Down

0 comments on commit 053dbe9

Please sign in to comment.