We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f0406 commit eb607d9Copy full SHA for eb607d9
1 file changed
src/test/scala/io/viash/schema/SchemaTest.scala
@@ -44,7 +44,7 @@ class SchemaTest extends AnyFunSuite with BeforeAndAfterAll with PrivateMethodTe
44
val data = CollectedSchemas.getAllDeprecations
45
46
// Manually get the version number from build.sbt as this information is not present during tests
47
- val currentVersion = Process(Seq("awk", "-F\"", "/version :=/ { print $2 }", "build.sbt")).!!.trim().stripSuffix("dev")
+ val currentVersion = Process(Seq("awk", "-F\"", "/version :=/ { print $2 }", "build.sbt")).!!.trim().stripSuffix("-dev")
48
49
for ((name, depAnn) <- data) {
50
val res = compareVersions(depAnn.removal, currentVersion)
0 commit comments