Skip to content

Commit b330a85

Browse files
committed
Renamed method
1 parent 84edab4 commit b330a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class SummaryOfMath : SummaryTestCaseGeneratorTest(
1616
Stats::class,
1717
) {
1818
@Test
19-
fun testOf1() {
19+
fun testOfInts() {
2020
val summary1 = "Test calls StatsAccumulator::addAll,\n" +
2121
" there it triggers recursion of addAll once, \n" +
2222
"Test throws NullPointerException in: acummulator.addAll(values);\n"

0 commit comments

Comments
 (0)