Skip to content

Commit 80dcc91

Browse files
committed
code review fix
1 parent 2d611e2 commit 80dcc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/androidTest/java/com/iterable/iterableapi/IterableNotificationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void testGhostPush() throws Exception {
5454
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
5555
assertEquals(0, mNotificationManager.getActiveNotifications().length);
5656
}
57-
}
57+
}
5858

5959

6060
public void testNotificationText() throws Exception {

0 commit comments

Comments
 (0)