Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Boben committed Feb 20, 2024
1 parent b55e073 commit 6f85d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coreth/core/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ func TestDaemonShouldNotMintMoreThanLimit(t *testing.T) {

func TestPrioritisedContract(t *testing.T) {
address := common.HexToAddress("0x123456789aBCdEF123456789aBCdef123456789A")
preForkTime := big.NewInt(time.Date(2024, time.February, 1, 12, 0, 0, 0, time.UTC).Unix())
postForkTime := big.NewInt(time.Date(2024, time.March, 2, 12, 0, 0, 0, time.UTC).Unix())
preForkTime := big.NewInt(time.Date(2024, time.March, 20, 12, 0, 0, 0, time.UTC).Unix())
postForkTime := big.NewInt(time.Date(2024, time.March, 27, 12, 0, 0, 0, time.UTC).Unix())
ret0 := [32]byte{}
ret1 := [32]byte{}
ret1[31] = 1
Expand Down

0 comments on commit 6f85d4b

Please sign in to comment.