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