Skip to content

Commit b52c200

Browse files
committed
Fix test case typo
1 parent 50866f1 commit b52c200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/FlexLayoutTests/InsetTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ final class InsetTests: XCTestCase {
8888
XCTAssertEqual(aView.frame, CGRect(x: 10.0, y: 0.0, width: 300.0, height: 200.0))
8989
}
9090

91-
func test_adjust_the_aView_size_absolute_position_with_right() {
91+
func test_adjust_the_aView_size_absolute_position_with_right_and_reset_left_later() {
9292
rootFlexContainer.flex.define { flex in
9393
flex.addItem(aView).position(.absolute).left(10).right(10).width(300).height(200)
9494
}
@@ -108,7 +108,7 @@ final class InsetTests: XCTestCase {
108108
XCTAssertEqual(aView.frame, CGRect(x: 15.0, y: 20.0, width: 370.0, height: 360.0))
109109
}
110110

111-
func test_adjust_the_aView_size_absolute_position_with_horizontally_all() {
111+
func test_adjust_the_aView_size_absolute_position_with_all() {
112112
rootFlexContainer.flex.define { flex in
113113
flex.addItem(aView).position(.absolute).all(45)
114114
}

0 commit comments

Comments
 (0)