diff --git a/services/rfq/relayer/reldb/base/model_test.go b/services/rfq/relayer/reldb/base/model_test.go index 99b98baae1..505a555633 100644 --- a/services/rfq/relayer/reldb/base/model_test.go +++ b/services/rfq/relayer/reldb/base/model_test.go @@ -24,16 +24,20 @@ func TestRoundtripBetweenFromQuoteRequestAndToQuoteRequest(t *testing.T) { RawRequest: []byte(gofakeit.Paragraph(1, 2, 3, " ")), Sender: common.Address{}, Transaction: fastbridgev2.IFastBridgeV2BridgeTransactionV2{ - OriginChainId: 1, - DestChainId: 2, - OriginSender: common.Address{}, - DestRecipient: common.Address{}, - OriginToken: common.Address{}, - DestToken: common.Address{}, - OriginAmount: big.NewInt(1000), - DestAmount: big.NewInt(2000), - Deadline: big.NewInt(time.Now().Unix()), - Nonce: big.NewInt(1), + OriginChainId: 1, + DestChainId: 2, + OriginSender: common.Address{}, + DestRecipient: common.Address{}, + OriginToken: common.Address{}, + DestToken: common.Address{}, + OriginAmount: big.NewInt(1000), + DestAmount: big.NewInt(2000), + Deadline: big.NewInt(time.Now().Unix()), + Nonce: big.NewInt(1), + ExclusivityEndTime: big.NewInt(0), + OriginFeeAmount: big.NewInt(0), + CallValue: big.NewInt(0), + CallParams: []byte{}, }, Status: reldb.QuoteRequestStatus(1), }