Skip to content

Commit 1e760a7

Browse files
committed
fix test
1 parent d24a066 commit 1e760a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ import org.utbot.tests.infrastructure.UtValueTestCaseChecker
55
import org.utbot.tests.infrastructure.isException
66
import org.utbot.testcheckers.eq
77

8-
class JavaAssertTest : UtValueTestCaseChecker(testClass = JavaAssert::class){
8+
class JavaAssertTest : UtValueTestCaseChecker(
9+
testClass = JavaAssert::class,
10+
testCodeGeneration = false
11+
) {
912
@Test
1013
fun testAssertPositive() {
1114
checkWithException(

0 commit comments

Comments
 (0)