Skip to content

Commit bc49756

Browse files
committed
Improve test
1 parent 983a65e commit bc49756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/Tests/Unit/InstallationUnitTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ - (void)testInstallationHasApplicationBadge {
9090
[[NSApplication sharedApplication] dockTile].badgeLabel = @"10";
9191
#endif
9292
PFInstallation *installation = [PFInstallation currentInstallation];
93-
NSLog(@"iconBadgeNumber, %@", @([PFApplication currentApplication].iconBadgeNumber));
93+
PFAssertEqualInts([PFApplication currentApplication].iconBadgeNumber, 10, @"iconBadgeNumber should have the same badge as application");
9494
PFAssertEqualInts(installation.badge, 10, @"Installation should have the same badge as application");
9595
}
9696

0 commit comments

Comments
 (0)