Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-garricnahapetian committed Oct 31, 2023
1 parent ecf46c1 commit 0af1bf5
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 @@ -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
}
}

0 comments on commit 0af1bf5

Please sign in to comment.