Skip to content

Commit

Permalink
Tests: Allow 6.4.0-beta1 version models
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Nov 8, 2023
1 parent b57f173 commit 39d8f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/org/nlogo/models/VersionTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class VersionTests extends TestModels {
}

val acceptedVersions =
Set("6.3.0")
Set("6.3.0", "6.4.0-beta1")
.map { "NetLogo " + (if (Version.is3D) "3D " else "") + _ }
testModels("Version should be one of " + acceptedVersions.mkString(", ")) {
Option(_).map(_.version.trim).filterNot(acceptedVersions.contains)
Expand Down

0 comments on commit 39d8f02

Please sign in to comment.