Skip to content

Commit

Permalink
Add non-zero dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Feb 13, 2024
1 parent ec6dd87 commit 06fd499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ final class UIViewAutoLayoutTests: XCTestCase {

// GIVEN

let view: UIView = .init(frame: CGRect(x: 0, y: 0, width: 10, height: 0))
let view: UIView = .init(frame: CGRect(x: 0, y: 0, width: 10, height: 20))

// THEN

Expand Down Expand Up @@ -156,7 +156,7 @@ final class UIViewAutoLayoutTests: XCTestCase {

// GIVEN

let view: UIView = .init(frame: CGRect(x: 0, y: 0, width: 0, height: 20))
let view: UIView = .init(frame: CGRect(x: 0, y: 0, width: 10, height: 20))

// THEN

Expand Down

0 comments on commit 06fd499

Please sign in to comment.