Skip to content

Commit

Permalink
CID-3105: addressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Oct 31, 2024
1 parent d01bb99 commit 79fbb02
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ class WebhookEventServiceTest {
"custom/path/added1/$MANIFEST_FILE_NAME"
)
)
}

verify(exactly = 1) {
webSocketService.sendMessage(
"/events/manifestFile",
ManifestFileUpdateDto(
Expand All @@ -225,9 +222,6 @@ class WebhookEventServiceTest {
"custom/path/added2/$MANIFEST_FILE_NAME"
)
)
}

verify(exactly = 1) {
webSocketService.sendMessage(
"/events/manifestFile",
ManifestFileUpdateDto(
Expand Down

0 comments on commit 79fbb02

Please sign in to comment.