Skip to content

Commit d27a86c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/QueryEngineTests/QueryEngineTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import _AsyncFileSystem
1515
import Basics
1616
import Crypto
1717
import struct Foundation.Data
18-
@testable import QueryEngine
18+
import QueryEngine
1919
import struct SystemPackage.FilePath
2020
import _InternalTestSupport
2121
import Testing

0 commit comments

Comments
 (0)