Skip to content

Commit

Permalink
removes OHHTTPStubs from the AsyncNetworkService target in the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
markpokornycos committed Apr 5, 2022
1 parent 33587e8 commit b0bef33
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 @@ -19,7 +19,7 @@ let package = Package(
targets: [
.target(
name: "AsyncNetworkService",
dependencies: ["OHHTTPStubs"],
dependencies: [],
path: "./AsyncNetworkService"
),
.testTarget(
Expand Down

0 comments on commit b0bef33

Please sign in to comment.