Skip to content

Commit

Permalink
Enable test target
Browse files Browse the repository at this point in the history
  • Loading branch information
siemensikkema committed Jun 17, 2020
1 parent cee021b commit 7d1ea8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ let package = Package(
.product(name: "Queues", package: "queues")
],
path: "Sources"
)
/*.testTarget(
),
.testTarget(
name: "QueuesFluentDriverTests",
dependencies: ["QueuesFluentDriver"]),*/
dependencies: ["QueuesFluentDriver"]
),
]
)

0 comments on commit 7d1ea8e

Please sign in to comment.