Skip to content

Commit

Permalink
Add missing default param test (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-emanharoutunian authored Dec 1, 2023
1 parent e46f329 commit 9cb309a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/LayoutTests/LayoutTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ final class LayoutTests: XCTestCase {

// Anchor With Constant

layout.constrain(pinkView.height, is: .greaterThanOrEqual, to: 150, priority: .high)
layout.constrain(pinkView.height, to: 100)

// Anchor with Greater Than Or Equal Relation, Constant and Priority
Expand Down

0 comments on commit 9cb309a

Please sign in to comment.