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 6237eb5 commit 65eb67bCopy full SHA for 65eb67b
utbot-framework/src/test/kotlin/org/utbot/examples/algorithms/SortTest.kt
@@ -141,7 +141,7 @@ internal class SortTest : AbstractTestCaseGeneratorTest(testClass = Sort::class)
141
DocCodeStmt("(array.length < 4): False"),
142
DocRegularStmt("\n"),
143
DocRegularStmt("invokes:\n"),
144
- DocRegularStmt(" Arrays::sort once"),
+ DocRegularStmt(" {@link java.util.Arrays#sort(int[])} once"),
145
146
DocRegularStmt("returns from: "),
147
DocCodeStmt("return array;"),
0 commit comments