From 78bb9080cef89b7e2df47b3f360fb67ca3344a7c Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 31 May 2022 13:18:46 +0900 Subject: [PATCH] =?UTF-8?q?99=E7=95=AA=E3=81=AB=E8=BF=BD=E3=81=84=E3=81=A4?= =?UTF-8?q?=E3=81=84=E3=81=A6=E3=81=97=E3=81=BE=E3=81=A3=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM/Tests/VersionTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM/Tests/VersionTests.cs b/Assets/VRM/Tests/VersionTests.cs index d45c9ac68..db40493cc 100644 --- a/Assets/VRM/Tests/VersionTests.cs +++ b/Assets/VRM/Tests/VersionTests.cs @@ -11,8 +11,8 @@ namespace VRM { [Test] [TestCase(VRMVersion.VERSION, false)] - [TestCase("0.99", true)] - [TestCase("0.99.0", true)] + [TestCase("0.199", true)] + [TestCase("0.199.0", true)] [TestCase("1.0.0", true)] public void IsNewerTest(string newer, bool isNewer) {