mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Test synchronizer reorg
This commit is contained in:
@@ -293,7 +293,7 @@ func TestAccounts(t *testing.T) {
|
||||
err = historyDB.AddAccounts(accs)
|
||||
assert.NoError(t, err)
|
||||
// Fetch accounts
|
||||
fetchedAccs, err := historyDB.GetAccounts()
|
||||
fetchedAccs, err := historyDB.GetAllAccounts()
|
||||
assert.NoError(t, err)
|
||||
// Compare fetched accounts vs generated accounts
|
||||
for i, acc := range fetchedAccs {
|
||||
|
||||
Reference in New Issue
Block a user