Skip to content

Commit

Permalink
Use the correct target name in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhts committed Jul 7, 2024
1 parent a002d2e commit 5b78303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ScipioKitTests/DescriptionPackageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ final class DescriptionPackageTests: XCTestCase {
try package.resolveBuildProducts().map(\.target.name),
[
"Logging",
"TestingPackage",
"MyTarget",
"ExecutableTarget",
"MyPlugin",
]
Expand Down

0 comments on commit 5b78303

Please sign in to comment.