mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -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 {
|
- (NSString *)getLanguageCodesFromBook:(kiwix::Book *)book {
|
||||||
return [NSString stringWithUTF8String:book->getCommaSeparatedLanguages().c_str()];
|
return @"invalid value";
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSString *)getCategoryFromBook:(kiwix::Book *)book {
|
- (NSString *)getCategoryFromBook:(kiwix::Book *)book {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user