File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/test/kotlin/net/leanix/githubagent/services Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,9 @@ class GitHubScanningServiceTest {
230
230
// then
231
231
verify(exactly = 0 ) { webSocketService.sendMessage(eq(" $runId /manifestFiles" ), any()) }
232
232
verify(exactly = 0 ) { syncLogService.sendInfoLog(" Scanning repository TestRepo for manifest files." ) }
233
- verify(exactly = 0 ) { syncLogService.sendInfoLog(" Fetched manifest file 'dir/leanix.yaml' from repository 'TestRepo'." ) }
233
+ verify(
234
+ exactly = 0
235
+ ) { syncLogService.sendInfoLog(" Fetched manifest file 'dir/leanix.yaml' from repository 'TestRepo'." ) }
234
236
verify(exactly = 0 ) { syncLogService.sendInfoLog(" Found 1 manifest files in repository TestRepo." ) }
235
237
verify { syncLogService.sendInfoLog(" Finished initial full scan for organization testInstallation." ) }
236
238
verify { syncLogService.sendInfoLog(" Finished full scan for all available organizations." ) }
You can’t perform that action at this time.
0 commit comments