Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-hanzl committed Jun 11, 2024
1 parent c72de1f commit 7d18da0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion utildb/table_hash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func fillFakeAidaDb(t *testing.T, aidaDb db.BaseDB) (int, int, int, int) {
}
}

ddb := db.MakeDestroyedAccountDBFromBaseDB(aidaDb)
ddb := db.MakeDefaultDestroyedAccountDBFromBaseDB(aidaDb)

// Generate random number between 6-10
numDestroyedAccounts := rand.Intn(5) + 6
Expand Down

0 comments on commit 7d18da0

Please sign in to comment.