Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e760a7

Browse files
committedOct 5, 2022
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

Lines changed: 4 additions & 1 deletion
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)
Please sign in to comment.