Skip to content

Commit

Permalink
Update test mock, package.resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
aataraxiaa committed Apr 16, 2024
1 parent 6738aa3 commit b73dfd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "62d5dc3d02f6a8347dc5f0b52162a0107d38b74c",
"version" : "5.8.0"
"revision" : "1bb3bc5eb565735051f342a87b5405d4374876c7",
"version" : "5.12.0"
}
},
{
Expand Down Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/privacy-dashboard",
"state" : {
"revision" : "620921fea14569eb00745cb5a44890d5890d99ec",
"version" : "3.4.0"
"revision" : "14b13d0c3db38f471ce4ba1ecb502ee1986c84d7",
"version" : "3.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGoTests/MockSecureVault.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ typealias MockVaultFactory = SecureVaultFactory<MockSecureVault<MockDatabaseProv
let MockSecureVaultFactory = SecureVaultFactory<MockSecureVault>(
makeCryptoProvider: {
return MockCryptoProvider()
}, makeKeyStoreProvider: {
}, makeKeyStoreProvider: { _ in
let provider = MockKeyStoreProvider()
provider._l1Key = "key".data(using: .utf8)
return provider
Expand Down

0 comments on commit b73dfd2

Please sign in to comment.