Skip to content

Commit

Permalink
[TMP] Try to resolve resource issue when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Jul 11, 2024
1 parent d080685 commit e49ed19
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 @@ -16,7 +16,7 @@ let package = Package(
targets: [
.target(
name: "Columbus",
resources: [.process("Resources/Countries.json")]
resources: [.copy("Resources/Countries.json")]
),
.testTarget(name: "ColumbusTests", dependencies: ["Columbus"])
],
Expand Down

0 comments on commit e49ed19

Please # to comment.