Skip to content

Commit ab44bf2

Browse files
Removing unnecessary print statement
1 parent 72eb430 commit ab44bf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/bandwidth/sdk/api/CallsApiTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ public void getCalls() throws ApiException {
203203
ApiResponse<List<CallState>> response = api.listCallsWithHttpInfo(BW_ACCOUNT_ID, USER_NUMBER, BW_NUMBER, null, null, null, null, null);
204204

205205
assertThat(response.getStatusCode(), is(200));
206-
System.out.println(response.getData());
207206
assertThat(response.getData(), is(instanceOf(ArrayList.class)));
208207
assertThat(response.getData().get(0), hasProperty("accountId", is(instanceOf(String.class))));
209208
assertThat(response.getData().get(0), hasProperty("applicationId", is(instanceOf(String.class))));

0 commit comments

Comments
 (0)