Skip to content

Commit f7920c6

Browse files
committed
smoke test
1 parent 0a9a621 commit f7920c6

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
@@ -68,8 +68,6 @@ public void createSyncLookupTest() throws ApiException {
6868
assertThat(firstResult.getVoiceProvider(), instanceOf(String.class));
6969
assertThat(firstResult.getCountryCodeA3(), instanceOf(String.class));
7070
assertThat(firstResult.getLatestMessageDeliveryStatus(), instanceOf(LatestMessageDeliveryStatusEnum.class));
71-
assertThat(firstResult.getInitialMessageDeliveryStatusDate(), instanceOf(LocalDate.class));
72-
assertThat(firstResult.getLatestMessageDeliveryStatusDate(), instanceOf(LocalDate.class));
7371
}
7472

7573
@Test

0 commit comments

Comments
 (0)