Skip to content

Commit 97cb23d

Browse files
committed
fix eof
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 5cead56 commit 97cb23d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

plugins/event-bus/webhook/src/test/java/org/apache/cloudstack/mom/webhook/dao/WebhookDaoImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ public void findByAccountAndPayloadUrlReturnsNullWhenNoMatchFound() {
167167
verify(mockSearchCriteria).setParameters("accountId", accountId);
168168
verify(mockSearchCriteria).setParameters("payloadUrl", payloadUrl);
169169
}
170-
}
170+
}

plugins/event-bus/webhook/src/test/java/org/apache/cloudstack/mom/webhook/dao/WebhookFilterDaoImplTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,4 @@ public void deleteReturnsNonZeroWhenIdOrWebhookIdExists() {
127127

128128
assertTrue(result >= 0);
129129
}
130-
131-
}
130+
}

0 commit comments

Comments
 (0)