Skip to content

Commit

Permalink
Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 7, 2019
1 parent a7f2836 commit 2b0a85f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ let package = Package(
targets: [
.target(
name: "Anchors",
dependencies: []),
path: "Sources"
),
.testTarget(
name: "AnchorsTests",
dependencies: ["Anchors"]),
Expand Down
2 changes: 1 addition & 1 deletion Tests/AnchorsTests/AnchorsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ final class AnchorsTests: XCTestCase {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(Anchors().text, "Hello, World!")
// XCTAssertEqual(Anchors().text, "Hello, World!")
}

static var allTests = [
Expand Down

0 comments on commit 2b0a85f

Please sign in to comment.