File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Tests/YCoreUITests/Extensions/UIKit Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
import XCTest
10
10
11
+ // swiftlint:disable superfluous_disable_command
11
12
final class UIViewConstrainEdgesTests : XCTestCase {
12
13
func testSimple( ) {
13
14
let ( sut, insets) = makeSUT ( )
@@ -50,7 +51,6 @@ final class UIViewConstrainEdgesTests: XCTestCase {
50
51
XCTAssertEqual ( trailing? . secondAttribute, . trailing)
51
52
XCTAssertEqual ( trailing? . constant, - insets. trailing)
52
53
}
53
-
54
54
// swiftlint:disable function_body_length
55
55
func testPartialEdges( ) {
56
56
let ( sut, _) = makeSUT ( )
@@ -115,7 +115,8 @@ final class UIViewConstrainEdgesTests: XCTestCase {
115
115
button. removeFromSuperview ( )
116
116
}
117
117
}
118
-
118
+ // swiftlint:enable function_body_length
119
+
119
120
func testRelation( ) {
120
121
let ( sut, _) = makeSUT ( )
121
122
let relations : [ ( input: NSLayoutConstraint . Relation , inverse: NSLayoutConstraint . Relation ) ] = [
@@ -177,3 +178,4 @@ private extension UIViewConstrainEdgesTests {
177
178
return ( container, insets)
178
179
}
179
180
}
181
+ // swiftlint: enable superfluous_disable_command
You can’t perform that action at this time.
0 commit comments