-
Notifications
You must be signed in to change notification settings - Fork 306
Conversation
Thanks! Can you also update the Tests? |
@ArtSabintsev updated the Tests target but buddybuild CI failing in Xcode 8.3.1 on '@available' operator, which was introduced later. |
Alright, updated to Xcode 9 in BB for this branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the BuddyBuild issue, but now you need to fix this test.
@@ -486,6 +486,15 @@ - (void)testTurkishLocalization { | |||
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update"] isEqualToString:@"Güncelle"]); | |||
} | |||
|
|||
- (void)testUkrainianLocalization { | |||
[_harpy setForceLanguageLocalization:HarpyLanguage]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be HarpyLanguageUkranian
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed mistyped constant.
This is live - https://github.com/ArtSabintsev/Harpy/releases/tag/4.1.8 Thanks! |
No description provided.