From 053dbe90456a855be9c85101acfcefb6981bc773 Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Tue, 28 May 2024 07:41:24 +0300 Subject: [PATCH] Upgrade to xUnit 2.8.1 (#1876) --- Directory.Packages.props | 2 +- Jint.Tests/Runtime/StringTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 53484c36e7..f6ddd9d6e4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -25,7 +25,7 @@ - + diff --git a/Jint.Tests/Runtime/StringTests.cs b/Jint.Tests/Runtime/StringTests.cs index 99bc9dd621..a4ef7d4bbe 100644 --- a/Jint.Tests/Runtime/StringTests.cs +++ b/Jint.Tests/Runtime/StringTests.cs @@ -90,7 +90,7 @@ public void ShouldCompareWithLocale() Assert.Equal(-1, engine.Evaluate("'王五'.localeCompare('张三', 'zh-CN')").AsInteger()); } - public static TheoryData GetLithuaniaTestsData() + public static TheoryData GetLithuaniaTestsData() { return new StringTetsLithuaniaData().TestData(); }