You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Add new test: should initialize account with default values when the account is not in Auth Store
[Fixed in #Auth module improvements #7864] Improve the existing test: should initialize senderAccount with default values when there is no sender account in AUTH store. Currently the test: - only asserts nonce, instead of all 4 account properties - contains test data with invalid setup: 4 keys and 5 required signatures
The text was updated successfully, but these errors were encountered:
### What was the problem?
This PR resolves#7825
### How was it solved?
* Added test case _should initialize account with default values when
the account is not in Auth Store_
* Renamed test case that was referring to the aforementioned scenario,
but was actually testing a completely different one
* Cleaned up the tests and removed some redundant variables
* Removed unnecessary `as any` type assertions
### How was it tested?
All tests OK 👌🏻
beforeCommandExecute()
Improve the existing test: should initialize senderAccount with default values when there is no sender account in AUTH store. Currently the test:- only asserts nonce, instead of all 4 account properties- contains test data with invalid setup: 4 keys and 5 required signaturesThe text was updated successfully, but these errors were encountered: