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
commit 4e5b08f91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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