Skip to content

Commit

Permalink
remove throws test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Nystrom committed Feb 9, 2017
1 parent 2b8d96b commit 4b4c88d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/IGListCollectionViewLayoutTests.m
Expand Up @@ -503,10 +503,6 @@ - (void)test_whenBatchItemUpdates_withHeaderHeight_withLineSpacing_withInsets_th
}];
}

- (void)test_whenInitializingWithCoder_thatThrows {
XCTAssertThrows([[IGListCollectionViewLayout alloc] initWithCoder:[NSCoder new]]);
}

- (void)test_whenQueryingLayoutAttributes_withLotsOfCells_thatExactFramesFetched {
[self setUpWithStickyHeaders:NO topInset:0];

Expand Down

0 comments on commit 4b4c88d

Please sign in to comment.