[#635] Fix HomeTests (#636)

This commit is contained in:
Francisco Gindre 2023-03-07 20:43:56 -03:00 committed by GitHub
parent 454786e603
commit fe9f73421c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Changelog
# 0.0.1 build 45
- [#635] Fix HomeTests
- [#633] build and release from tag 0.0.1-45
- [#611] Disable Send ZEC button when sync in progress
- [#617] Use L10n for all the texts in the app (#627)

View File

@ -64,6 +64,7 @@ class HomeTests: XCTestCase {
settingsState: .placeholder,
shieldedBalance: Balance.zero,
synchronizerStatusSnapshot: mockSnapshot,
walletConfig: .default,
walletEventsState: .emptyPlaceHolder
),
reducer: HomeReducer()
@ -104,6 +105,7 @@ class HomeTests: XCTestCase {
settingsState: .placeholder,
shieldedBalance: Balance.zero,
synchronizerStatusSnapshot: mockSnapshot,
walletConfig: .default,
walletEventsState: .emptyPlaceHolder
),
reducer: HomeReducer()