Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Jan 13, 2024
1 parent 8a65a3b commit a3af503
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Assets/Tests/EditMode/Tests/TestVersioning.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};


Expand Down

0 comments on commit a3af503

Please sign in to comment.