Skip to content

Commit 2e60c7d

Browse files
authored
Fix test that fails to compile (#3936)
1 parent bb2158d commit 2e60c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WorkspaceTests/RegistryPackageContainerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ class RegistryPackageContainerTests: XCTestCase {
418418
configuration: configuration!,
419419
identityResolver: identityResolver,
420420
fingerprintStorage: fingerprintStorage,
421-
fingerprintCheckingMode: .none,
421+
fingerprintCheckingMode: .strict,
422422
authorizationProvider: .none,
423423
customHTTPClient: HTTPClient(configuration: .init(), handler: { request, progress , completion in
424424
var pathComponents = request.url.pathComponents

0 commit comments

Comments
 (0)