Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ogtownsend committed Jun 27, 2024
1 parent 513aadf commit 00c4426
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,7 @@ func Test_l1ToL2Bridge_toPendingTransfers(t *testing.T) {
Date: time.Time{},
BridgeData: []byte{},
Stage: 1,
NativeBridgeFee: ubig.NewI(0),
},
Status: models.TransferStatusNotReady,
ID: fmt.Sprintf("%s-%d", common.HexToHash("0x1"), 1),
Expand All @@ -1393,6 +1394,7 @@ func Test_l1ToL2Bridge_toPendingTransfers(t *testing.T) {
Date: time.Time{},
BridgeData: []byte{1, 2, 3},
Stage: 2,
NativeBridgeFee: ubig.NewI(0),
},
Status: models.TransferStatusReady,
ID: fmt.Sprintf("%s-%d", common.HexToHash("0x2"), 2),
Expand Down

0 comments on commit 00c4426

Please sign in to comment.