We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467e5e4 commit 971c6c9Copy full SHA for 971c6c9
tests/compile/src/test/kotlin/software/amazon/smithy/kotlin/codegen/util/TestUtils.kt
@@ -70,7 +70,7 @@ fun testModelChangeAgainstSource(
70
originalModelCompilationResult,
71
updatedModelCompilationResult,
72
originalModelCompilationResult.exitCode == KotlinCompilation.ExitCode.OK &&
73
- updatedModelCompilationResult.exitCode == KotlinCompilation.ExitCode.OK,
+ updatedModelCompilationResult.exitCode == KotlinCompilation.ExitCode.OK,
74
compileOutputStream.toString(),
75
)
76
}
0 commit comments