-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitor transaction submitted for execution #1990
Conversation
app/src/main/java/io/gnosis/safe/ui/transactions/TransactionListViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/gnosis/safe/ui/transactions/details/TransactionDetailsViewModel.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests for the new repository
Edit: Also a couple view models have new logic which should also be tested
yes, already have task for it #1963 |
We should not merge new logic without tests. It makes little sense to do the tests in a separate PR 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
app/src/test/java/io/gnosis/safe/ui/transactions/details/TransactionDetailsViewModelTest.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/io/gnosis/safe/ui/transactions/TransactionListViewModelTest.kt
Show resolved
Hide resolved
app/src/test/java/io/gnosis/safe/ui/transactions/details/TransactionDetailsViewModelTest.kt
Show resolved
Hide resolved
app/src/test/java/io/gnosis/safe/ui/transactions/details/TransactionDetailsViewModelTest.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/io/gnosis/safe/ui/transactions/details/TransactionDetailsViewModelTest.kt
Outdated
Show resolved
Hide resolved
While not fully fixed, this should not block this PR anymore
Handles #1987
Changes proposed in this pull request:
@gnosis/mobile-devs