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 673d368 commit 4bfe704
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())[0]) === constraint
expect(viewLayoutItem.superviewConstraints(UIView()) === [constraint]) == true
}
}

0 comments on commit 4bfe704

Please sign in to comment.