Skip to content

Commit 6714e87

Browse files
committed
Fix PythonApi.kt
1 parent db1b250 commit 6714e87

File tree

1 file changed

+1
-1
lines changed
  • utbot-python/src/main/kotlin/org/utbot/python/fuzzing

1 file changed

+1
-1
lines changed

utbot-python/src/main/kotlin/org/utbot/python/fuzzing/PythonApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class PythonFuzzing(
8282
}
8383
}
8484

85-
override suspend fun run(description: PythonMethodDescription, values: List<PythonTreeModel>): PythonFeedback {
85+
override suspend fun handle(description: PythonMethodDescription, values: List<PythonTreeModel>): PythonFeedback {
8686
return execute(description, values)
8787
}
8888
}

0 commit comments

Comments
 (0)