Skip to content

Commit 009ca17

Browse files
authored
Update NotificationTest.java
corrected some logging typos
1 parent fb28788 commit 009ca17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/openfin/desktop/NotificationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void onClick(Ack ack) {
5959

6060
@Override
6161
public void onClose(Ack ack) {
62-
logger.debug("onClick for notification");
62+
logger.debug("onClose for notification");
6363
onCloseLatch.countDown();
6464
}
6565

@@ -71,7 +71,7 @@ public void onDismiss(Ack ack) {
7171

7272
@Override
7373
public void onError(Ack ack) {
74-
logger.error("onClick for notification");
74+
logger.error("onError for notification");
7575
}
7676

7777
@Override

0 commit comments

Comments
 (0)