@@ -1139,7 +1139,7 @@ final class OKTableViewLiaison_UnitTests: XCTestCase {
1139
1139
1140
1140
XCTAssertEqual ( row1Height, 100 )
1141
1141
XCTAssertEqual ( row2Height, 200 )
1142
- XCTAssertEqual ( row3Height, UITableViewAutomaticDimension )
1142
+ XCTAssertEqual ( row3Height, UITableView . automaticDimension )
1143
1143
}
1144
1144
1145
1145
func test_estimatedHeightForRow_properlySetsEstimatedHeightsForRows( ) {
@@ -1162,7 +1162,7 @@ final class OKTableViewLiaison_UnitTests: XCTestCase {
1162
1162
1163
1163
XCTAssertEqual ( row1Height, 100 )
1164
1164
XCTAssertEqual ( row2Height, 200 )
1165
- XCTAssertEqual ( row3Height, UITableViewAutomaticDimension )
1165
+ XCTAssertEqual ( row3Height, UITableView . automaticDimension )
1166
1166
}
1167
1167
1168
1168
func test_shouldIndentWhileEditingRow_correctlyReturnsIfRowShouldIndentWhileBeingEdited( ) {
@@ -1277,7 +1277,7 @@ final class OKTableViewLiaison_UnitTests: XCTestCase {
1277
1277
1278
1278
XCTAssertEqual ( section1Height, 100 )
1279
1279
XCTAssertEqual ( section2Height, 200 )
1280
- XCTAssertEqual ( section3Height, UITableViewAutomaticDimension )
1280
+ XCTAssertEqual ( section3Height, UITableView . automaticDimension )
1281
1281
}
1282
1282
1283
1283
func test_estimatedHeightForHeader_properlySetsEstimatedHeightsForSectionHeaders( ) {
@@ -1335,7 +1335,7 @@ final class OKTableViewLiaison_UnitTests: XCTestCase {
1335
1335
1336
1336
XCTAssertEqual ( section1Height, 100 )
1337
1337
XCTAssertEqual ( section2Height, 200 )
1338
- XCTAssertEqual ( section3Height, UITableViewAutomaticDimension )
1338
+ XCTAssertEqual ( section3Height, UITableView . automaticDimension )
1339
1339
}
1340
1340
1341
1341
func test_estimatedHeightForFooter_properlySetsEstimatedHeightsForSectionFooters( ) {
0 commit comments