Skip to content

Commit a1309e1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PackageFingerprintTests/FilePackageFingerprintStorageTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import Basics
1414
import _Concurrency
1515
import struct Foundation.URL
16-
@testable import PackageFingerprint
16+
import PackageFingerprint
1717
import PackageModel
1818
import _InternalTestSupport
1919
import XCTest

0 commit comments

Comments
 (0)