Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 4, 2023
1 parent aaa4aec commit b9f84c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Assets/Tests/EditMode/Tests/TestVersioning.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ public class TestVersioning
"1.1.1-beta",
"1.1.2",
"1.1.3",
"1.2.0",
"1.2.5",
};
private static string[] _versions = new[]
{
"1.2.0",
"1.3.0",
"1.3.1",
"1.3.2",
};


Expand Down

0 comments on commit b9f84c2

Please sign in to comment.