Small name changes

This commit is contained in:
Michael Schneider
2016-07-08 11:47:46 -07:00
parent d82a2e810f
commit 8b3ec83bfd
2 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,7 @@
XCTAssert([collectionView.layoutInspector isKindOfClass:[ASCollectionViewFlowLayoutInspector class]], @"should have a flow layout inspector by default");
}
- (void)testThatISetALayoutInspectorForCustomLayouts
- (void)testThatADefaultLayoutInspectorIsProvidedForCustomLayouts
{
UICollectionViewLayout *layout = [[UICollectionViewLayout alloc] init];
ASCollectionView *collectionView = [[ASCollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:layout];