Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyliu committed Nov 22, 2023
1 parent fa243de commit d6c9466
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/integrationtests/integration_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ func (it *IntegrationTestsService) StartIntegrationTests(ctx context.Context, op

log.Ctx(ctx).Info("Creating disbursement using server API")
disbursement, err := it.serverAPI.CreateDisbursement(ctx, authToken, &data.PostDisbursementRequest{
Name: opts.DisbursementName,
CountryCode: "USA",
WalletID: wallet.ID,
AssetID: asset.ID,
VerificationType: data.VerificationFieldDateOfBirth,
Name: opts.DisbursementName,
CountryCode: "USA",
WalletID: wallet.ID,
AssetID: asset.ID,
VerificationType: data.VerificationFieldDateOfBirth,
VerificationValue: "2000-01-01",
})
if err != nil {
Expand Down

0 comments on commit d6c9466

Please sign in to comment.