We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2b6a6 commit 16d559dCopy full SHA for 16d559d
1 file changed
integrationtests/claimRewards_test.go
@@ -7,7 +7,6 @@ import (
7
"encoding/hex"
8
"math/big"
9
"testing"
10
- "time"
11
12
"github.com/multiversx/mx-chain-core-go/core"
13
dataBlock "github.com/multiversx/mx-chain-core-go/data/block"
@@ -30,7 +29,7 @@ func TestTransactionWithClaimRewardsGasRefund(t *testing.T) {
30
29
txHash := []byte("claimRewards")
31
header := &dataBlock.Header{
32
Round: 50,
33
- TimeStamp: uint64(time.Now().Unix()),
+ TimeStamp: 5040,
34
ShardID: core.MetachainShardId,
35
}
36
0 commit comments