Skip to content

Commit 16d559d

Browse files
committed
fix
1 parent bf2b6a6 commit 16d559d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integrationtests/claimRewards_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"encoding/hex"
88
"math/big"
99
"testing"
10-
"time"
1110

1211
"github.com/multiversx/mx-chain-core-go/core"
1312
dataBlock "github.com/multiversx/mx-chain-core-go/data/block"
@@ -30,7 +29,7 @@ func TestTransactionWithClaimRewardsGasRefund(t *testing.T) {
3029
txHash := []byte("claimRewards")
3130
header := &dataBlock.Header{
3231
Round: 50,
33-
TimeStamp: uint64(time.Now().Unix()),
32+
TimeStamp: 5040,
3433
ShardID: core.MetachainShardId,
3534
}
3635

0 commit comments

Comments
 (0)