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 db1b250 commit 6714e87Copy full SHA for 6714e87
utbot-python/src/main/kotlin/org/utbot/python/fuzzing/PythonApi.kt
@@ -82,7 +82,7 @@ class PythonFuzzing(
82
}
83
84
85
- override suspend fun run(description: PythonMethodDescription, values: List<PythonTreeModel>): PythonFeedback {
+ override suspend fun handle(description: PythonMethodDescription, values: List<PythonTreeModel>): PythonFeedback {
86
return execute(description, values)
87
88
0 commit comments