File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
firebase-messaging/src/test/java/com/google/firebase/messaging Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -446,8 +446,7 @@ public void createNotificationInfo_withInvalidVisibility() {
446446 CommonNotificationBuilder .createNotificationInfo (appContext , new NotificationParams (data ));
447447
448448 // verify never set
449- assertThat (notificationInfo .notificationBuilder .build ().visibility )
450- .isEqualTo (0 );
449+ assertThat (notificationInfo .notificationBuilder .build ().visibility ).isEqualTo (0 );
451450 }
452451
453452 @ Test
@@ -461,8 +460,7 @@ public void createNotificationInfo_withInvalidVisibility_outOfBoundVisibility()
461460 CommonNotificationBuilder .createNotificationInfo (appContext , new NotificationParams (data ));
462461
463462 // verify never set
464- assertThat (notificationInfo .notificationBuilder .build ().visibility )
465- .isEqualTo (0 );
463+ assertThat (notificationInfo .notificationBuilder .build ().visibility ).isEqualTo (0 );
466464 }
467465
468466 @ Test
You can’t perform that action at this time.
0 commit comments