Skip to content

Commit

Permalink
Update PanModalTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tun57 committed May 12, 2019
1 parent 8a662e8 commit b8f7e61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/PanModalTests.swift
Expand Up @@ -59,6 +59,8 @@ class PanModalTests: XCTestCase {
XCTAssertEqual(vc.showDragIndicator, false)
XCTAssertEqual(vc.shouldRoundTopCorners, false)
XCTAssertEqual(vc.cornerRadius, 8.0)
XCTAssertEqual(vc.transitionDuration, PanModalAnimator.Constants.defaultTransitionDuration)
XCTAssertEqual(vc.transitionAnimationOptions, [.curveEaseInOut, .allowUserInteraction, .beginFromCurrentState])
}

func testPresentableYValues() {
Expand Down

0 comments on commit b8f7e61

Please sign in to comment.