File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/test/java/unit/java/sdk Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ public void UpdateAchPaymentApiTest() throws ApiException {
298298 @ Test
299299 public void CancelAchPaymentTest () throws ApiException {
300300 AchPayment payment = CreateAchPayment ();
301- System . err . println ( payment . getAttributes (). getStatus ());
301+
302302 UnitPaymentResponse res = unitApi .cancelPayment (payment .getId (), new Object ());
303303 assert res .getData ().getType ().equals (Payment .TypeEnum .ACH_PAYMENT );
304304 }
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ public class TokenTests {
6464 // data.setAttributes(attributes);
6565 // data.setType(CreateApiTokenRequestData.TypeEnum.APITOKEN);
6666 // req.setData(data);
67- // System.err.println(data.toString());
6867
6968 // UnitApiTokenResponse res = unitApi.createApiToken(testUserId, req);
7069 // assert res.getData().getType().equals(ApiToken.TypeEnum.APITOKEN);
You can’t perform that action at this time.
0 commit comments