Skip to content

Commit eb534e7

Browse files
committed
Testing if the git tests passes.
1 parent 40356b6 commit eb534e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ abstract class HttpWsTestCaseWriter : ApiTestCaseWriter() {
437437
} else if(format.isPython()) {
438438
lines.addStatement("$varName = time.perf_counter() * 1000")
439439
} else if(format.isJavaScript()) {
440-
lines.addStatement("$varName = performance.now()") // just for test!
440+
lines.addStatement("$varName = performance.now()") // just for test!!!
441441
}
442442
lines.addEmpty(1)
443443

0 commit comments

Comments
 (0)