File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ func TestCodecV7DABlockEncodeDecode(t *testing.T) {
5353 blockJSONFile : "testdata/blockTrace_04.json" ,
5454 expectedEncode : "00000000646b6e13000000000000000000000000000000000000000000000000000000000000000000000000007a120000020001" ,
5555 blockNumber : 13 ,
56- totalL1MessagePoppedBefore : 9 ,
56+ totalL1MessagePoppedBefore : 10 ,
5757 },
5858 {
5959 name : "Blocktrace 05 - 5 consecutive L1 messages" ,
6060 blockJSONFile : "testdata/blockTrace_05.json" ,
6161 expectedEncode : "00000000646b6ed0000000000000000000000000000000000000000000000000000000000000000000000000007a120000050005" ,
6262 blockNumber : 17 ,
63- totalL1MessagePoppedBefore : 36 ,
63+ totalL1MessagePoppedBefore : 37 ,
6464 },
6565 {
6666 name : "Blocktrace 06 - 3 L1 messages with skipping (error)" ,
You can’t perform that action at this time.
0 commit comments