Skip to content

Commit

Permalink
Trying to enable web api test again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegge committed Feb 28, 2024
1 parent 42e058f commit 43b38d1
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 @@ -30,7 +30,7 @@ let package = Package(
.testTarget(
name: "OldMoofKitTests",
dependencies: ["OldMoofKit"]
, resources: [ .copy("secrets.json") ]
, resources: [ .copy("secrets.json.sample"), .copy("secrets.json*") ]
)
]
)

0 comments on commit 43b38d1

Please sign in to comment.