diff --git a/montecristo/src/test/kotlin/com/datastax/montecristo/sections/configuration/DatabaseVersionTest.kt b/montecristo/src/test/kotlin/com/datastax/montecristo/sections/configuration/DatabaseVersionTest.kt index 0501138..6536abe 100644 --- a/montecristo/src/test/kotlin/com/datastax/montecristo/sections/configuration/DatabaseVersionTest.kt +++ b/montecristo/src/test/kotlin/com/datastax/montecristo/sections/configuration/DatabaseVersionTest.kt @@ -165,6 +165,7 @@ class DatabaseVersionTest { val res = this.javaClass.getResource("/fileloaders/parsers/releaseNotes/DSE68ReleaseNoteFragment.txt") if (res == null) { logger.info("test resource does not exist") + val x = 1/0 } val content = this.javaClass.getResourceAsStream("/fileloaders/parsers/releaseNotes/DSE68ReleaseNoteFragment.txt").reader().readLines() assertThat(DatabaseVersion.locateLatestRelease(content, "# Release notes for 6.8.")).isEqualTo("6.8.43")