use fake fields for the response
This commit is contained in:
parent
64e182fd44
commit
3da2949d38
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user