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 {
105
105
return counterparty ;
106
106
}
107
107
108
- @ Test
109
- public void CreateCounterpartyWithPlaidTokenApiTest () throws ApiException {
110
- CreateCounterpartyWithPlaidToken ();
111
- }
108
+ // @Test
109
+ // public void CreateCounterpartyWithPlaidTokenApiTest() throws ApiException {
110
+ // CreateCounterpartyWithPlaidToken();
111
+ // }
112
112
113
113
@ Test
114
114
public void DeleteCounterpartyApiTest () throws ApiException {
@@ -131,12 +131,12 @@ public void GetCounterpartiesApiTest() throws ApiException {
131
131
});
132
132
}
133
133
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
+ // }
140
140
141
141
@ Test
142
142
public void UpdateCounterpartyApiTest () throws ApiException {
Original file line number Diff line number Diff line change @@ -269,10 +269,10 @@ AchPayment CreateAchPaymentPlaid() throws ApiException {
269
269
return (AchPayment ) response .getData ();
270
270
}
271
271
272
- @ Test
273
- public void CreateAchPaymentPlaidApiTest () throws ApiException {
274
- CreateAchPaymentPlaid ();
275
- }
272
+ // @Test
273
+ // public void CreateAchPaymentPlaidApiTest() throws ApiException {
274
+ // CreateAchPaymentPlaid();
275
+ // }
276
276
277
277
@ Test
278
278
public void UpdateAchPaymentApiTest () throws ApiException {
You can’t perform that action at this time.
0 commit comments