From a3af50319c907893af969dd36833da5d32aaf2c7 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 12 Jan 2024 16:36:28 -0800 Subject: [PATCH] fixed failing test --- Assets/Tests/EditMode/Tests/TestVersioning.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Assets/Tests/EditMode/Tests/TestVersioning.cs b/Assets/Tests/EditMode/Tests/TestVersioning.cs index 75fc19b18..c3c693610 100644 --- a/Assets/Tests/EditMode/Tests/TestVersioning.cs +++ b/Assets/Tests/EditMode/Tests/TestVersioning.cs @@ -19,12 +19,16 @@ public class TestVersioning "1.1.3", "1.2.0", "1.2.5", - }; - private static string[] _versions = new[] - { "1.3.0", "1.3.1", "1.3.2", + "1.4.1", + }; + private static string[] _versions = new[] + { + "1.5.0", + "1.5.1", + "1.5.2", };