Skip to content

Commit

Permalink
Fixed test target.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutiertyler committed Nov 19, 2017
1 parent 4a7ea1e commit 555837e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ let package = Package(
.target(
name: "StreamKit"
),
.testTarget(
name: "StreamKitTests",
dependencies: ["StreamKit"]
),
]
)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testable import Reflex
@testable import StreamKit

import XCTest

Expand Down

0 comments on commit 555837e

Please sign in to comment.