use fake fields for the response

This commit is contained in:
Carlosokumu 2024-08-29 20:17:38 +03:00
parent 64e182fd44
commit 3da2949d38
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -193,8 +193,8 @@ func TestCreateAccount_Success(t *testing.T) {
TrackingId string `json:"trackingId"`
}{
CustodialId: "12",
PublicKey: "some-public-key",
TrackingId: "some-tracking-id",
PublicKey: "0x8E0XSCSVA",
TrackingId: "d95a7e83-196c-4fd0-866fSGAGA",
},
}
mockCreateAccountService.On("CreateAccount").Return(expectedAccountResp, nil)