Skip to content

Commit 4709d98

Browse files
committed
remove comment
1 parent 007423d commit 4709d98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/bandwidth/sdk/smoke/PhoneNumberLookupApiTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,5 @@ public void createGetAsyncLookupTest() throws ApiException, InterruptedException
110110
assertThat(firstResult.getMessagingProvider(), instanceOf(String.class));
111111
assertThat(firstResult.getVoiceProvider(), instanceOf(String.class));
112112
assertThat(firstResult.getCountryCodeA3(), instanceOf(String.class));
113-
// ASK ABOUT LATENCY / RESPONSE TIME GUARANTEE FOR ASYNC LOOKUP
114-
115113
}
116114
}

0 commit comments

Comments
 (0)