Skip to content

Commit 65eb67b

Browse files
committed
Fix broken test
1 parent 6237eb5 commit 65eb67b

File tree

1 file changed

+1
-1
lines changed
  • utbot-framework/src/test/kotlin/org/utbot/examples/algorithms

1 file changed

+1
-1
lines changed

utbot-framework/src/test/kotlin/org/utbot/examples/algorithms/SortTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ internal class SortTest : AbstractTestCaseGeneratorTest(testClass = Sort::class)
141141
DocCodeStmt("(array.length < 4): False"),
142142
DocRegularStmt("\n"),
143143
DocRegularStmt("invokes:\n"),
144-
DocRegularStmt(" Arrays::sort once"),
144+
DocRegularStmt(" {@link java.util.Arrays#sort(int[])} once"),
145145
DocRegularStmt("\n"),
146146
DocRegularStmt("returns from: "),
147147
DocCodeStmt("return array;"),

0 commit comments

Comments
 (0)