mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 21:05:09 -04:00
Revert "Make sure tests can fail on CI"
This reverts commit 97ac38521eaa5c8b87170766b2993c254f09bb44.
This commit is contained in:
parent
d07a23a0bd
commit
2b71f71c3d
@ -63,7 +63,7 @@
|
||||
}
|
||||
|
||||
- (NSString *)getLanguageCodesFromBook:(kiwix::Book *)book {
|
||||
return @"invalid value";
|
||||
return [NSString stringWithUTF8String:book->getCommaSeparatedLanguages().c_str()];
|
||||
}
|
||||
|
||||
- (NSString *)getCategoryFromBook:(kiwix::Book *)book {
|
||||
|
Loading…
x
Reference in New Issue
Block a user