Skip to content

Commit

Permalink
Fix unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsafonkin committed Oct 30, 2019
1 parent 24f44fa commit cd87cda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ - (void)testAlertTitleUk {
SpringBoardAlerts *alertsArray = [[SpringBoardAlerts alloc] init_private];

NSString *alertTitle = @"«Прiложение» хоче фільтрувати мережевий контент";
NSString *expectedButton = @"Дозволити";
BOOL expectedShouldAccept = YES;
NSString *expectedButton = @"Заборонити";
BOOL expectedShouldAccept = NO;
SpringBoardAlert *actual = [alertsArray alertMatchingTitle:alertTitle];

expect(actual.defaultDismissButtonMarks).to.contain(expectedButton);
Expand Down

0 comments on commit cd87cda

Please sign in to comment.