Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-garricnahapetian committed Oct 31, 2023
1 parent dbd463a commit 673d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LayoutTests/ViewLayoutItemTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ final class ViewLayoutItemTests: XCTestCase {
// THEN

expect(viewLayoutItem.layoutItemView) == view
expect(viewLayoutItem.superviewConstraints(UIView())) === [constraint]
expect(viewLayoutItem.superviewConstraints(UIView())[0]) === constraint
}
}

0 comments on commit 673d368

Please sign in to comment.