Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Fix Package.swift (add RxTest)
Browse files Browse the repository at this point in the history
  • Loading branch information
inamiy committed Feb 13, 2019
1 parent 68c974e commit 9764761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ let package = Package(
path: "Sources"),
.testTarget(
name: "RxAutomatonTests",
dependencies: ["RxAutomaton", "Quick", "Nimble"]),
dependencies: ["RxAutomaton", "RxTest", "Quick", "Nimble"]),
]
)

0 comments on commit 9764761

Please sign in to comment.