Skip to content

Commit 007423d

Browse files
committed
smoke test update
1 parent d9ac6db commit 007423d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ 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-
assertThat(firstResult.getLatestMessageDeliveryStatus(), instanceOf(LatestMessageDeliveryStatusEnum.class));
114-
assertThat(firstResult.getInitialMessageDeliveryStatusDate(), instanceOf(LocalDate.class));
115-
assertThat(firstResult.getLatestMessageDeliveryStatusDate(), instanceOf(LocalDate.class));
116113
// ASK ABOUT LATENCY / RESPONSE TIME GUARANTEE FOR ASYNC LOOKUP
117114

118115
}

0 commit comments

Comments
 (0)