Skip to content

Commit ea7a033

Browse files
committed
fix: regenerate mocks with latest cuckoo
Signed-off-by: William Richter <[email protected]>
1 parent 0ac3449 commit ea7a033

10 files changed

+18
-586
lines changed

fearlessTests/Mocks/ChainRegistryStub.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Cuckoo
55
import SSFModels
66

77
extension MockChainRegistryProtocol {
8-
func applyDefault(for chains: Set<ChainModel>) -> MockChainRegistryProtocol {
8+
func applyDefault(for chains: Set<SSFModels.ChainModel>) -> MockChainRegistryProtocol {
99
stub(self) { stub in
1010
let availableChainIds = Set(chains.map({ $0.chainId }))
1111
stub.availableChainIds.get.thenReturn(availableChainIds)

0 commit comments

Comments
 (0)