Revert "Make sure tests can fail on CI"

This reverts commit 97ac38521eaa5c8b87170766b2993c254f09bb44.
This commit is contained in:
Balazs Perlaki-Horvath 2024-02-24 16:56:02 +01:00 committed by BPH
parent d07a23a0bd
commit 2b71f71c3d

View File

@ -63,7 +63,7 @@
}
- (NSString *)getLanguageCodesFromBook:(kiwix::Book *)book {
return @"invalid value";
return [NSString stringWithUTF8String:book->getCommaSeparatedLanguages().c_str()];
}
- (NSString *)getCategoryFromBook:(kiwix::Book *)book {