Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-rdx committed Jan 30, 2024
1 parent 39077c4 commit ff8df28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ internal class TransactionReviewViewModelTest : StateViewModelTest<TransactionRe
resolveAssetsFromAddressUseCase = resolveAssetsFromAddressUseCase
),
poolContributionProcessor = PoolContributionProcessor(
getResourcesUseCase = getResourcesUseCase,
getPoolDetailsUseCase = getPoolDetailsUseCase,
getProfileUseCase = getProfileUseCase,
resolveAssetsFromAddressUseCase = resolveAssetsFromAddressUseCase
),
accountDepositSettingsProcessor = AccountDepositSettingsProcessor(
getProfileUseCase = getProfileUseCase,
Expand Down

0 comments on commit ff8df28

Please sign in to comment.