We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a15ee commit 34f0f5fCopy full SHA for 34f0f5f
1 file changed
Tests/StackKitTests/StackKitTests.swift
@@ -38,5 +38,10 @@ final class StackKitTests: XCTestCase {
38
container.sizeToFit()
39
40
XCTAssertEqual(vcontainer.center.x, container.center.x)
41
+
42
+ container.stack.height(nil)
43
+ vcontainer.stack.height(50)
44
+ container.sizeToFit()
45
+ XCTAssertEqual(vcontainer.center.x, container.center.x)
46
}
47
0 commit comments