We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84edab4 commit b330a85Copy full SHA for b330a85
utbot-summary-tests/src/test/kotlin/math/SummaryOfMath.kt
@@ -16,7 +16,7 @@ class SummaryOfMath : SummaryTestCaseGeneratorTest(
16
Stats::class,
17
) {
18
@Test
19
- fun testOf1() {
+ fun testOfInts() {
20
val summary1 = "Test calls StatsAccumulator::addAll,\n" +
21
" there it triggers recursion of addAll once, \n" +
22
"Test throws NullPointerException in: acummulator.addAll(values);\n"
0 commit comments