Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Return void in waitNotificationStart
Browse files Browse the repository at this point in the history
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini committed Jun 5, 2023
1 parent ff54967 commit c2cd035
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ public class NotificationTestBuilder {

private ApiClient apiClient;

private void setupNotification() throws ApiException, InterruptedException {
PageNotificationRecordResponseDTO notifications = NotificationServiceUtils.waitNotificationStart(apiClient);
assertThat(notifications).isNotNull();
}

public TestComponents build() {
try {
setupClient();
Expand Down

0 comments on commit c2cd035

Please sign in to comment.