@@ -30,7 +30,7 @@ extension RxCollectionViewSectionedDataSourceTest {
30
30
31
31
let returnValue = dataSource. collectionView (
32
32
collectionView,
33
- viewForSupplementaryElementOfKind: UICollectionElementKindSectionHeader ,
33
+ viewForSupplementaryElementOfKind: UICollectionView . elementKindSectionHeader ,
34
34
at: IndexPath ( item: 0 , section: 0 )
35
35
)
36
36
XCTAssertEqual ( returnValue, sentinel)
@@ -49,7 +49,7 @@ extension RxCollectionViewSectionedDataSourceTest {
49
49
50
50
let returnValue = dataSource. collectionView (
51
51
collectionView,
52
- viewForSupplementaryElementOfKind: UICollectionElementKindSectionHeader ,
52
+ viewForSupplementaryElementOfKind: UICollectionView . elementKindSectionHeader ,
53
53
at: IndexPath ( item: 0 , section: 0 )
54
54
)
55
55
XCTAssertEqual ( returnValue, sentinel)
@@ -70,7 +70,7 @@ extension RxCollectionViewSectionedDataSourceTest {
70
70
71
71
let returnValue = dataSource. collectionView (
72
72
collectionView,
73
- viewForSupplementaryElementOfKind: UICollectionElementKindSectionHeader ,
73
+ viewForSupplementaryElementOfKind: UICollectionView . elementKindSectionHeader ,
74
74
at: IndexPath ( item: 0 , section: 0 )
75
75
)
76
76
XCTAssertEqual ( returnValue, sentinel)
@@ -88,7 +88,7 @@ extension RxCollectionViewSectionedDataSourceTest {
88
88
89
89
let returnValue = dataSource. collectionView (
90
90
collectionView,
91
- viewForSupplementaryElementOfKind: UICollectionElementKindSectionHeader ,
91
+ viewForSupplementaryElementOfKind: UICollectionView . elementKindSectionHeader ,
92
92
at: IndexPath ( item: 0 , section: 0 )
93
93
)
94
94
XCTAssertEqual ( returnValue, sentinel)
@@ -106,7 +106,7 @@ extension RxCollectionViewSectionedDataSourceTest {
106
106
107
107
let returnValue = dataSource. collectionView (
108
108
collectionView,
109
- viewForSupplementaryElementOfKind: UICollectionElementKindSectionHeader ,
109
+ viewForSupplementaryElementOfKind: UICollectionView . elementKindSectionHeader ,
110
110
at: IndexPath ( item: 0 , section: 0 )
111
111
)
112
112
XCTAssertEqual ( returnValue, sentinel)
0 commit comments