-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation The accounts store tests include an iterator over values. We will need that in account databases, if we are to keep that test in the current form. There seems no harm in having such an iterator so just add it. # Changes * Add an iterator over accounts. # Tests - This PR includes a simple test that inserts a few values and verifies that the account IDs from the iterator are as expected. - The iterator will be used in this test: https://github.com/dfinity/nns-dapp/blob/main/rs/backend/src/accounts_store/tests.rs#L1378 # Todos - [ ] Add entry to changelog (if necessary). I think this is not necessary; this is a small PR currently affecting tests only and has no user-facing changes. --------- Co-authored-by: Max Murphy-Skvorzov <[email protected]>
- Loading branch information
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters