Merge pull request #1667 from ousttrue/fix/test99

99番に追いついてしまった。
This commit is contained in:
ousttrue
2022-05-31 13:29:25 +09:00
committed by GitHub

View File

@@ -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)
{