From 0af1bf5b6bdb7c6ffea7921cb8f3cd36e68191ac Mon Sep 17 00:00:00 2001 From: Garric Nahapetian Date: Tue, 31 Oct 2023 12:02:08 -0700 Subject: [PATCH] Improve test --- Tests/LayoutTests/ViewLayoutItemTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/LayoutTests/ViewLayoutItemTests.swift b/Tests/LayoutTests/ViewLayoutItemTests.swift index b70b8056..d406d7aa 100644 --- a/Tests/LayoutTests/ViewLayoutItemTests.swift +++ b/Tests/LayoutTests/ViewLayoutItemTests.swift @@ -32,8 +32,8 @@ final class ViewLayoutItemTests: XCTestCase { // THEN + expect(layoutItems === [superview]) == true expect(viewLayoutItem.layoutItemView) == view expect(superviewConstraints === [constraint]) == true - expect(layoutItems === [view]) == true } }