Skip to content

Commit eb810b7

Browse files
committed
Fixed test after the method renaming
1 parent 611708c commit eb810b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utbot-summary-tests/src/test/kotlin/math/SummaryOfMath.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ class SummaryOfMath : SummaryTestCaseGeneratorTest(
3939
" \n" +
4040
"Test later returns from: return acummulator.snapshot();\n"
4141

42-
val methodName1 = "testOf2_StatsAccumulatorAddAll"
43-
val methodName2 = "testOf2_snapshot"
44-
val methodName3 = "testOf2_IterateForEachLoop"
45-
val methodName4 = "testOf2_IterateForEachLoop_1"
42+
val methodName1 = "testOfInts_StatsAccumulatorAddAll"
43+
val methodName2 = "testOfInts_snapshot"
44+
val methodName3 = "testOfInts_IterateForEachLoop"
45+
val methodName4 = "testOfInts_IterateForEachLoop_1"
4646

4747
val displayName1 = "acummulator.addAll(values) : True -> ThrowNullPointerException"
4848
val displayName2 = "snapshot -> return new Stats(count, mean, sumOfSquaresOfDeltas, min, max)"

0 commit comments

Comments
 (0)