Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Test reenabled
Browse files Browse the repository at this point in the history
  • Loading branch information
miha-stopar committed Apr 18, 2024
1 parent 38af861 commit 612a026
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func TestUpdateTwoLevels(t *testing.T) {
updateStateAndPrepareWitness("UpdateTwoLevels", ks[:], values, []common.Address{addr, addr, addr}, trieModifications)
}

/*
func TestUpdateTwoLevelsBigVal(t *testing.T) {
ks := [...]common.Hash{common.HexToHash("0x11"), common.HexToHash("0x12"), common.HexToHash("0x21")} // this has three levels
// hexed keys:
Expand Down Expand Up @@ -156,7 +155,6 @@ func TestUpdateTwoLevelsBigVal(t *testing.T) {

updateStateAndPrepareWitness("UpdateTwoLevelsBigVal", ks[:], values, []common.Address{addr, addr, addr}, trieModifications)
}
*/

func TestUpdateThreeLevels(t *testing.T) {
ks := [...]common.Hash{
Expand Down

0 comments on commit 612a026

Please sign in to comment.