This commit is contained in:
Dmitriy Kirakosyan 2021-09-08 01:40:41 +03:00
Родитель a622638182
Коммит a424d6e440
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,7 @@
NSLog(@"Data length : %lu", reportData.length);
STAssertEquals(reportData.length, 0, @"lengh should be > 0");
STAssertTrue(reportData.length > 0, @"lengh should be > 0");
/* Try parsing the result */
PLCrashReport *report = [[PLCrashReport alloc] initWithData: reportData error: &error];