Skip to content

Commit 44f4261

Browse files
committed
fix: tests
1 parent b6d1049 commit 44f4261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encoding/codecv7_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ func TestCodecV7BatchCompressedDataCompatibilityCheck(t *testing.T) {
702702
name: "Single Block 04",
703703
batch: &Batch{
704704
InitialL1MessageIndex: 10,
705-
LastL1MessageQueueHash: common.HexToHash("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1c000000000"),
705+
LastL1MessageQueueHash: common.HexToHash("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1cc00000000"),
706706
Blocks: []*Block{readBlockFromJSON(t, "testdata/blockTrace_04.json")},
707707
},
708708
expectCompatible: true,
@@ -736,7 +736,7 @@ func TestCodecV7BatchCompressedDataCompatibilityCheck(t *testing.T) {
736736
name: "Multiple Blocks 02, 03, 04",
737737
batch: &Batch{
738738
InitialL1MessageIndex: 10,
739-
LastL1MessageQueueHash: common.HexToHash("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1c000000000"),
739+
LastL1MessageQueueHash: common.HexToHash("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1cc00000000"),
740740
Blocks: []*Block{
741741
readBlockFromJSON(t, "testdata/blockTrace_02.json"),
742742
readBlockFromJSON(t, "testdata/blockTrace_03.json"),

0 commit comments

Comments
 (0)