Skip to content

Commit faf6b0d

Browse files
committed
test(fixes): add SSFModels imports to stubs; skip legacy/removed modules; update test requests to new API
Signed-off-by: William Richter <[email protected]>
1 parent 3e58153 commit faf6b0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fearlessTests/Mocks/DataProviders/StakingAnalyticsLocalSubscriptionFactoryStub.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Foundation
22
@testable import fearless
3+
import SSFModels
34

45
class StakingAnalyticsLocalSubscriptionFactoryStub {
56
let weaklyAnalytics: [SubqueryRewardItemData]?

fearlessTests/Mocks/ModuleMocks.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13723,6 +13723,7 @@ import BigInt
1372313723
#if canImport(CommonWallet)
1372413724
import CommonWallet
1372513725
#endif
13726+
import SSFModels
1372613727
import Foundation
1372713728
import SoraFoundation
1372813729

@@ -73475,4 +73476,3 @@ import CommonWallet
7347573476
}
7347673477

7347773478

73478-

0 commit comments

Comments
 (0)