Skip to content

Commit 2b10b7a

Browse files
fix: remove commented code
1 parent 9b51b0c commit 2b10b7a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

aggsender/flows/flow_aggchain_prover_test.go

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,6 @@ func Test_AggchainProverFlow_GetCertificateBuildParams(t *testing.T) {
3030

3131
finalizedL1Root := common.HexToHash("0x1")
3232

33-
// ibe1 := &agglayertypes.ImportedBridgeExit{
34-
// BridgeExit: &agglayertypes.BridgeExit{
35-
// LeafType: 0,
36-
// TokenInfo: &agglayertypes.TokenInfo{},
37-
// Metadata: aggkitcommon.EmptyBytesHash,
38-
// },
39-
// GlobalIndex: &agglayertypes.GlobalIndex{
40-
// LeafIndex: 1,
41-
// },
42-
// }
43-
44-
// ibe2 := &agglayertypes.ImportedBridgeExit{
45-
// BridgeExit: &agglayertypes.BridgeExit{
46-
// LeafType: 0,
47-
// TokenInfo: &agglayertypes.TokenInfo{},
48-
// Metadata: aggkitcommon.EmptyBytesHash,
49-
// },
50-
// GlobalIndex: &agglayertypes.GlobalIndex{
51-
// LeafIndex: 2,
52-
// },
53-
// }
54-
5533
testCases := []struct {
5634
name string
5735
mockFn func(*mocks.AggSenderStorage,

0 commit comments

Comments
 (0)