Skip to content

Commit

Permalink
test: fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Dec 5, 2024
1 parent dde3e5e commit 5e7d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggsender/aggsender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ func TestBuildCertificate(t *testing.T) {
NetworkID: 1,
PrevLocalExitRoot: common.HexToHash("0x123"),
NewLocalExitRoot: common.HexToHash("0x789"),
Metadata: aggsendertypes.NewCertificateMetadata(0, 10, 0).ToHash(),
Metadata: aggsendertypes.NewCertificateMetadata(0, 10, uint32(time.Now().Unix())).ToHash(),
BridgeExits: []*agglayer.BridgeExit{
{
LeafType: agglayer.LeafTypeAsset,
Expand Down

0 comments on commit 5e7d3a8

Please sign in to comment.