We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d611e2 commit 80dcc91Copy full SHA for 80dcc91
iterableapi/src/androidTest/java/com/iterable/iterableapi/IterableNotificationTest.java
@@ -54,7 +54,7 @@ public void testGhostPush() throws Exception {
54
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
55
assertEquals(0, mNotificationManager.getActiveNotifications().length);
56
}
57
-}
+ }
58
59
60
public void testNotificationText() throws Exception {
0 commit comments