Skip to content

Commit d8cb41e

Browse files
committed
Tests: remove @testable import PackageRegistryCommand
Use the newly extended APIs for testing and use a non-testable import of the package, avoiding a recompilation.
1 parent f9481da commit d8cb41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CommandsTests/PackageRegistryCommandTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Foundation
1616
import PackageLoading
1717
import PackageModel
1818
import PackageRegistry
19-
@testable import PackageRegistryCommand
19+
import PackageRegistryCommand
2020
import PackageSigning
2121
import _InternalTestSupport
2222
import TSCclibc // for SPM_posix_spawn_file_actions_addchdir_np_supported

0 commit comments

Comments
 (0)