wip-account-creation #4

Merged
lash merged 143 commits from wip-account-creation into master 2024-08-30 14:37:58 +02:00
Showing only changes of commit 3da2949d38 - Show all commits

View File

@ -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)