We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f90f0 commit cc82b8fCopy full SHA for cc82b8f
CodeEditTests/Features/Documents/DocumentsUnitTests.swift
@@ -46,7 +46,8 @@ final class DocumentsUnitTests: XCTestCase {
46
47
func testSplitViewControllerStopSnappedWhenWidthIsLowerAppropriateRange() {
48
// Given
49
- let position = (0..<260).randomElement() ?? .zero
+ // 242 is the minimum width of the sidebar
50
+ let position = (242..<260).randomElement() ?? .zero
51
52
// When
53
let result = splitViewController.splitView(
0 commit comments