wip-account-creation #4
@ -193,8 +193,8 @@ func TestCreateAccount_Success(t *testing.T) {
|
|||||||
TrackingId string `json:"trackingId"`
|
TrackingId string `json:"trackingId"`
|
||||||
}{
|
}{
|
||||||
CustodialId: "12",
|
CustodialId: "12",
|
||||||
PublicKey: "some-public-key",
|
PublicKey: "0x8E0XSCSVA",
|
||||||
TrackingId: "some-tracking-id",
|
TrackingId: "d95a7e83-196c-4fd0-866fSGAGA",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
mockCreateAccountService.On("CreateAccount").Return(expectedAccountResp, nil)
|
mockCreateAccountService.On("CreateAccount").Return(expectedAccountResp, nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user