Skip to content

Commit f9d4a8f

Browse files
committed
Fixed test.
Signed-off-by: Marcin Kuszczak <1508798+aartiPl@users.noreply.github.com>
1 parent 9b9ead1 commit f9d4a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integration/kotlin/io/github/kscripting/kscript/integration/DeprecatedReportTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DeprecatedReportTest : TestBase {
2828
verify(
2929
"kscript --report ${resolvePath("$projectDir/test/resources/deprecated_report.kt")}",
3030
0,
31-
"made it!\n",
31+
"",
3232
contains("@file:DependsOn(\"org.apache.commons:commons-lang3:3.12.0\")")
3333
)
3434
}

0 commit comments

Comments
 (0)