Skip to content

Commit c3c44d6

Browse files
Fix: DateConstantModelProvider
1 parent 6a104c8 commit c3c44d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-fuzzers/src/main/kotlin/org/utbot/fuzzer/providers/DateConstantModelProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class DateConstantModelProvider(
162162
simpleDateFormatId,
163163
"$simpleDateFormatId[$stringClassId]#" + id.hex(),
164164
instantiationCall
165-
).apply {
165+
) {
166166
listOf(UtExecutableCallModel(instance = this, formatSetLenient, listOf(UtPrimitiveModel(false))))
167167
}
168168
}

0 commit comments

Comments
 (0)