diff --git a/Tests/LayoutTests/ViewLayoutItemTests.swift b/Tests/LayoutTests/ViewLayoutItemTests.swift index 601867c9..bff9e200 100644 --- a/Tests/LayoutTests/ViewLayoutItemTests.swift +++ b/Tests/LayoutTests/ViewLayoutItemTests.swift @@ -27,6 +27,6 @@ final class ViewLayoutItemTests: XCTestCase { // THEN expect(viewLayoutItem.layoutItemView) == view - expect(viewLayoutItem.superviewConstraints(UIView())) === [constraint] + expect(viewLayoutItem.superviewConstraints(UIView())[0]) === constraint } }