Skip to content

Commit f5fdb0c

Browse files
committed
fix
1 parent 5b69842 commit f5fdb0c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Sources/LayoutKit/LayoutKit+Constraints.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import UIKit
99

10-
extension LayoutKit {
10+
public extension LayoutKit {
1111

1212
var layoutConstraintTop: NSLayoutConstraint? {
1313
guard let superview = view.superview else { return nil }

Tests/LayoutKitTests/LayoutKitTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,4 @@ import XCTest
22
@testable import LayoutKit
33

44
final class LayoutKitTests: XCTestCase {
5-
func testExample() throws {
6-
// This is an example of a functional test case.
7-
// Use XCTAssert and related functions to verify your tests produce the correct
8-
// results.
9-
XCTAssertEqual(LayoutKit().text, "Hello, World!")
10-
}
115
}

0 commit comments

Comments
 (0)