Commit 30c9a68 1 parent 56a6ea1 commit 30c9a68 Copy full SHA for 30c9a68
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ final class PagerContent_Helper_Tests: XCTestCase {
54
54
let neighbor2 = PageWrapper ( batchId: 1 , keyPath: \. self, element: 3 )
55
55
let neighbor3 = PageWrapper ( batchId: 1 , keyPath: \. self, element: 4 )
56
56
XCTAssertEqual ( Int ( ( pagerContent. opacity ( for: focusedItem) * 10 ) . rounded ( ) ) , 8 )
57
- XCTAssertEqual ( Int ( ( pagerContent. opacity ( for: neighbor1) * 10 ) . rounded ( ) ) , 4 )
58
- XCTAssertEqual ( Int ( ( pagerContent. opacity ( for: neighbor2) * 10 ) . rounded ( ) ) , 8 )
59
- XCTAssertEqual ( Int ( ( pagerContent. opacity ( for: neighbor3) * 10 ) . rounded ( ) ) , 4 )
57
+ XCTAssertEqual ( Int ( ( pagerContent. opacity ( for: neighbor1) * 10 ) . rounded ( ) ) , 8 )
58
+ XCTAssertEqual ( Int ( ( pagerContent. opacity ( for: neighbor2) * 10 ) . rounded ( ) ) , 4 )
59
+ XCTAssertEqual ( Int ( ( pagerContent. opacity ( for: neighbor3) * 10 ) . rounded ( ) ) , 0 )
60
60
}
61
61
62
62
func test_GivenMultiplePaginationPager_WhenDragResult_ThenValues( ) {
You can’t perform that action at this time.
0 commit comments