Skip to content

Commit

Permalink
Update package manager file to correct path for test
Browse files Browse the repository at this point in the history
  • Loading branch information
troligtvis committed Apr 17, 2018
1 parent 69cf543 commit b4e12ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
@@ -1,4 +1,4 @@
// swift-tools-version:4.0
// swift-tools-version:4.1

import PackageDescription

Expand All @@ -16,6 +16,7 @@ let package = Package(
path: "Flow"),
.testTarget(
name: "FlowTests",
dependencies: ["Flow"]),
dependencies: ["Flow"],
path: "FlowTests"),
]
)

0 comments on commit b4e12ef

Please sign in to comment.