From a3493273fb36085176a1189efa3376aeb4175e71 Mon Sep 17 00:00:00 2001 From: tinder-emanharoutunian Date: Fri, 1 Dec 2023 11:45:55 -0800 Subject: [PATCH] Add missing default param test --- Tests/LayoutTests/LayoutTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LayoutTests/LayoutTests.swift b/Tests/LayoutTests/LayoutTests.swift index 00771600..6fa03db9 100644 --- a/Tests/LayoutTests/LayoutTests.swift +++ b/Tests/LayoutTests/LayoutTests.swift @@ -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