Skip to content

Commit b1c3dcd

Browse files
authored
Temporarily comment out plaid related tests (#44)
1 parent d0cc297 commit b1c3dcd

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/test/java/unit/java/sdk/CounterpartyTests.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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 {

src/test/java/unit/java/sdk/PaymentTests.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)