From ff1cdfd8d7eb8b8b4606873e0317c9e75bc0a2a1 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Sat, 9 Dec 2023 11:33:57 -0800 Subject: [PATCH] Remove extraneous `@testable` --- Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift | 2 +- Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift | 2 +- Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift | 2 +- Tests/LayoutTests/Builders/LayoutBuilderTests.swift | 2 +- .../LayoutItem/LayoutItems/UIView+LayoutItemTests.swift | 2 +- Tests/LayoutTests/LayoutItemTests.swift | 2 +- Tests/LayoutTests/Swift/ArrayTests.swift | 2 +- Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift | 2 +- Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift | 2 +- Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift | 2 +- Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift | 2 +- Tests/LayoutTests/UIKit/UILayoutGuideTests.swift | 2 +- Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift | 2 +- Tests/LayoutTests/UIKit/UILayoutSupportTests.swift | 2 +- Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift | 2 +- Tests/LayoutTests/UIKit/UIView+FramesTests.swift | 2 +- Tests/LayoutTests/UIKit/UIView+LayoutTests.swift | 2 +- Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift | 2 +- Tests/LayoutTests/UIKit/UIViewControllerTests.swift | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift b/Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift index 78fc79da..9b39d426 100644 --- a/Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift +++ b/Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift @@ -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 diff --git a/Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift b/Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift index 59bf216f..f34fe1bc 100644 --- a/Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift +++ b/Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift @@ -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 diff --git a/Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift b/Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift index 533f6254..d248c137 100644 --- a/Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift +++ b/Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift @@ -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 diff --git a/Tests/LayoutTests/Builders/LayoutBuilderTests.swift b/Tests/LayoutTests/Builders/LayoutBuilderTests.swift index 4a00e592..88ebadd7 100644 --- a/Tests/LayoutTests/Builders/LayoutBuilderTests.swift +++ b/Tests/LayoutTests/Builders/LayoutBuilderTests.swift @@ -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 diff --git a/Tests/LayoutTests/LayoutItem/LayoutItems/UIView+LayoutItemTests.swift b/Tests/LayoutTests/LayoutItem/LayoutItems/UIView+LayoutItemTests.swift index c943b526..6c0d6d79 100644 --- a/Tests/LayoutTests/LayoutItem/LayoutItems/UIView+LayoutItemTests.swift +++ b/Tests/LayoutTests/LayoutItem/LayoutItems/UIView+LayoutItemTests.swift @@ -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 diff --git a/Tests/LayoutTests/LayoutItemTests.swift b/Tests/LayoutTests/LayoutItemTests.swift index f6775252..f3de7b36 100644 --- a/Tests/LayoutTests/LayoutItemTests.swift +++ b/Tests/LayoutTests/LayoutItemTests.swift @@ -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 diff --git a/Tests/LayoutTests/Swift/ArrayTests.swift b/Tests/LayoutTests/Swift/ArrayTests.swift index 91ea7eea..cde5e85c 100644 --- a/Tests/LayoutTests/Swift/ArrayTests.swift +++ b/Tests/LayoutTests/Swift/ArrayTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift b/Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift index a542bfab..3ff1439d 100644 --- a/Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift +++ b/Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift b/Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift index 18940c40..8d8a3e11 100644 --- a/Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift +++ b/Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift b/Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift index d49b48d8..f6d05813 100644 --- a/Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift +++ b/Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift b/Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift index ab0d94e1..02106eda 100644 --- a/Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift +++ b/Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/UILayoutGuideTests.swift b/Tests/LayoutTests/UIKit/UILayoutGuideTests.swift index 46c3a763..f9b93ac6 100644 --- a/Tests/LayoutTests/UIKit/UILayoutGuideTests.swift +++ b/Tests/LayoutTests/UIKit/UILayoutGuideTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift b/Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift index 2bcfc9c3..496fcbbe 100644 --- a/Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift +++ b/Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/UILayoutSupportTests.swift b/Tests/LayoutTests/UIKit/UILayoutSupportTests.swift index da33e610..3046fe01 100644 --- a/Tests/LayoutTests/UIKit/UILayoutSupportTests.swift +++ b/Tests/LayoutTests/UIKit/UILayoutSupportTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift b/Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift index e05622e5..0670e08a 100644 --- a/Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift +++ b/Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/UIView+FramesTests.swift b/Tests/LayoutTests/UIKit/UIView+FramesTests.swift index c10e4205..4f162686 100644 --- a/Tests/LayoutTests/UIKit/UIView+FramesTests.swift +++ b/Tests/LayoutTests/UIKit/UIView+FramesTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/UIView+LayoutTests.swift b/Tests/LayoutTests/UIKit/UIView+LayoutTests.swift index 9c042de3..8347f83c 100644 --- a/Tests/LayoutTests/UIKit/UIView+LayoutTests.swift +++ b/Tests/LayoutTests/UIKit/UIView+LayoutTests.swift @@ -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 diff --git a/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift b/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift index 655ac97a..a4aa0538 100644 --- a/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift +++ b/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift @@ -10,7 +10,7 @@ import Foundation -@testable import Layout +import Layout import Nimble import XCTest diff --git a/Tests/LayoutTests/UIKit/UIViewControllerTests.swift b/Tests/LayoutTests/UIKit/UIViewControllerTests.swift index cd8beb41..ea5b209a 100644 --- a/Tests/LayoutTests/UIKit/UIViewControllerTests.swift +++ b/Tests/LayoutTests/UIKit/UIViewControllerTests.swift @@ -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