Skip to content

Commit eddb1ec

Browse files
committed
test: import SoraFoundation for InputViewModelProtocol; remove legacy Chain method from RewardCalculatorServiceStub
Signed-off-by: William Richter <[email protected]>
1 parent f48dbb0 commit eddb1ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fearlessTests/Mocks/DataProviders/RewardCalculatorServiceStub.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ final class RewardCalculatorServiceStub: RewardCalculatorServiceProtocol {
99
self.engine = engine
1010
}
1111

12-
func update(to chain: Chain) {}
12+
// legacy API placeholder removed; protocol no longer requires chain updates
1313

1414
func setup() {}
1515

fearlessTests/Modules/AccountCreate/AccountCreateTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import SoraKeystore
44
import IrohaCrypto
55
import RobinHood
66
import Cuckoo
7+
import SoraFoundation
78

89
class AccountCreateTests: XCTestCase {
910

0 commit comments

Comments
 (0)