Skip to content

Commit b99eb5e

Browse files
committed
Fix compilation
1 parent 31470ac commit b99eb5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/ContestEstimator.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ enum class Tool {
208208
methodNameFilter: String?,
209209
statsForProject: StatsForProject,
210210
compiledTestDir: File,
211-
classFqn: String
211+
classFqn: String,
212+
expectedExceptions: ExpectedExceptionsForClass
212213
) {
213214
// EvoSuite has several phases, the variable below is responsible for assert generation
214215
// timeout. We want to give 10s for a big time budgets and timeLimit / 5 for small budgets.

0 commit comments

Comments
 (0)