File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
src/test/java/unit/java/sdk Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ Counterparty CreateCounterpartyWithPlaidToken() throws ApiException {
105105 return counterparty ;
106106 }
107107
108- @ Test
109- public void CreateCounterpartyWithPlaidTokenApiTest () throws ApiException {
110- CreateCounterpartyWithPlaidToken ();
111- }
108+ // @Test
109+ // public void CreateCounterpartyWithPlaidTokenApiTest() throws ApiException {
110+ // CreateCounterpartyWithPlaidToken();
111+ // }
112112
113113 @ Test
114114 public void DeleteCounterpartyApiTest () throws ApiException {
@@ -131,12 +131,12 @@ public void GetCounterpartiesApiTest() throws ApiException {
131131 });
132132 }
133133
134- @ Test
135- public void GetCounterpartyBalanceApiTest () throws ApiException {
136- Counterparty counterparty = CreateCounterpartyWithPlaidToken ();
137- UnitCounterpartyBalanceResponse res = unitApi .getCounterpartyBalance (counterparty .getId ());
138- assert res .getData ().getType ().equals (CounterpartyBalance .TypeEnum .COUNTERPARTY_BALANCE );
139- }
134+ // @Test
135+ // public void GetCounterpartyBalanceApiTest() throws ApiException {
136+ // Counterparty counterparty = CreateCounterpartyWithPlaidToken();
137+ // UnitCounterpartyBalanceResponse res = unitApi.getCounterpartyBalance(counterparty.getId());
138+ // assert res.getData().getType().equals(CounterpartyBalance.TypeEnum.COUNTERPARTY_BALANCE);
139+ // }
140140
141141 @ Test
142142 public void UpdateCounterpartyApiTest () throws ApiException {
Original file line number Diff line number Diff line change @@ -269,10 +269,10 @@ AchPayment CreateAchPaymentPlaid() throws ApiException {
269269 return (AchPayment ) response .getData ();
270270 }
271271
272- @ Test
273- public void CreateAchPaymentPlaidApiTest () throws ApiException {
274- CreateAchPaymentPlaid ();
275- }
272+ // @Test
273+ // public void CreateAchPaymentPlaidApiTest() throws ApiException {
274+ // CreateAchPaymentPlaid();
275+ // }
276276
277277 @ Test
278278 public void UpdateAchPaymentApiTest () throws ApiException {
You can’t perform that action at this time.
0 commit comments