Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ramtinms committed Jan 22, 2024
1 parent 03f0bea commit 9240c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fvm/evm/emulator/state/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestBaseView(t *testing.T) {
big.NewInt(0),
uint64(0),
nil,
gethTypes.EmptyCodeHash,
gethCommon.Hash{},
)

// create an account with code
Expand Down Expand Up @@ -124,7 +124,7 @@ func TestBaseView(t *testing.T) {
big.NewInt(0),
uint64(0),
nil,
gethTypes.EmptyCodeHash,
gethCommon.Hash{},
)

// commit the changes and create a new baseview
Expand All @@ -141,7 +141,7 @@ func TestBaseView(t *testing.T) {
big.NewInt(0),
uint64(0),
nil,
gethTypes.EmptyCodeHash,
gethCommon.Hash{},
)
})

Expand Down

0 comments on commit 9240c25

Please sign in to comment.