diff --git a/Tests/IGListSectionControllerTests.m b/Tests/IGListSectionControllerTests.m index 288c83af..6af5a007 100644 --- a/Tests/IGListSectionControllerTests.m +++ b/Tests/IGListSectionControllerTests.m @@ -35,6 +35,9 @@ @try { [sectionController cellForItemAtIndex:0]; + } @catch (NSException *exception) {} + + @try { [sectionController moveObjectFromIndex:0 toIndex:1]; } @catch (NSException *exception) {} }