Skip to content

Commit

Permalink
Remove extraneous @testable
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Dec 9, 2023
1 parent 27efce5 commit ff1cdfd
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/Builders/LayoutBuilderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/LayoutItemTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/Swift/ArrayTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UILayoutGuideTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UILayoutSupportTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import UIKit
import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UIView+FramesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UIView+LayoutTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import UIKit
import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import Foundation

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down
2 changes: 1 addition & 1 deletion Tests/LayoutTests/UIKit/UIViewControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// See https://github.com/Tinder/Layout/blob/main/LICENSE for license information.
//

@testable import Layout
import Layout
import Nimble
import XCTest

Expand Down

0 comments on commit ff1cdfd

Please sign in to comment.