Skip to content

Commit c1311de

Browse files
committed
[utbot-rd]
compilation fix
1 parent bb9ec12 commit c1311de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utbot-framework-test/src/test/kotlin/org/utbot/examples/codegen/modifiers/ClassWithPrivateMutableFieldOfPrivateTypeTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import org.utbot.tests.infrastructure.UtValueTestCaseChecker
1414
class ClassWithPrivateMutableFieldOfPrivateTypeTest : UtValueTestCaseChecker(
1515
testClass = ClassWithPrivateMutableFieldOfPrivateType::class,
1616
testCodeGeneration = true,
17-
languagePipelines = listOf(
18-
CodeGenerationLanguageLastStage(CodegenLanguage.JAVA),
19-
CodeGenerationLanguageLastStage(CodegenLanguage.KOTLIN, Compilation)
17+
pipelines = listOf(
18+
TestLastStage(CodegenLanguage.JAVA),
19+
TestLastStage(CodegenLanguage.KOTLIN, Compilation)
2020
)
2121
) {
2222
@Test

0 commit comments

Comments
 (0)