Skip to content

Commit

Permalink
Fix problem with dependency chain for APIClientTestCommon
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Oct 30, 2024
1 parent 7b6bafb commit d40817e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ var package = Package(
.target(name: "APIClientTestCommon",
dependencies: [
.target(name: "APIClient"),
.target(name: "JWT")
.target(name: "JWT"),
.target(name: "TestCommon"),
],
path: "Tests/APIClientTestCommon",
resources: [.process("MockResponses")]),
Expand Down

0 comments on commit d40817e

Please sign in to comment.