Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benedom committed May 2, 2024
1 parent ec4002a commit e88f016
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/AutoResizingSheetTests/AutoResizingSheetTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ final class AutoResizingSheetTests: XCTestCase {
let configuration = AutoResizingSheetConfiguration(
scrollable: false,
showGrabber: false,
initialDetent: .large(),
extendableToFullSize: false
)
XCTAssertEqual(configuration.scrollable, false)
XCTAssertEqual(configuration.showGrabber, false)
XCTAssertEqual(configuration.initialDetent, UISheetPresentationController.Detent.large())
XCTAssertEqual(configuration.extendableToFullSize, false)
}
}

0 comments on commit e88f016

Please sign in to comment.