Skip to content

Commit bd6048a

Browse files
committed
method rename
1 parent 320bf8b commit bd6048a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/kotlin/org/evomaster/core/output/service/TestSuiteWriter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ class TestSuiteWriter {
10381038
lines.addEmpty(2)
10391039

10401040
if (config.ssrf && solution.hasSsrfFaults()) {
1041-
ssrfAssertionsUtilFunction(lines, config.outputFormat)
1041+
assertionUtilFunctionForSSRF(lines, config.outputFormat)
10421042
}
10431043
}
10441044

@@ -1148,7 +1148,7 @@ class TestSuiteWriter {
11481148
.toList()
11491149
}
11501150

1151-
private fun ssrfAssertionsUtilFunction(lines: Lines, format: OutputFormat) {
1151+
private fun assertionUtilFunctionForSSRF(lines: Lines, format: OutputFormat) {
11521152
lines.startCommentBlock()
11531153
lines.addBlockCommentLine("A method for verifying requests sent to HttpCallbackVerifier.")
11541154
lines.endCommentBlock()

0 commit comments

Comments
 (0)