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 fcb7bb1 commit 3e72126Copy full SHA for 3e72126
utbot-framework/src/test/kotlin/org/utbot/examples/algorithms/SortTest.kt
@@ -141,7 +141,7 @@ internal class SortTest : UtValueTestCaseChecker(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