Skip to content

Commit 9c257da

Browse files
committed
Fix after rebase
1 parent 92b68ac commit 9c257da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/plugin/sarif/GenerateTestsAndSarifReportFacade.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class GenerateTestsAndSarifReportFacade(
7171

7272
private fun generateTestCases(targetClass: TargetClassWrapper, workingDirectory: Path): List<UtTestCase> =
7373
TestCaseGenerator.generate(
74-
targetClass.targetMethods(),
74+
targetClass.targetMethods,
7575
sarifProperties.mockStrategy,
7676
sarifProperties.classesToMockAlways,
7777
sarifProperties.generationTimeout

0 commit comments

Comments
 (0)