Skip to content

Commit aa8d817

Browse files
committed
smoke test
1 parent f7920c6 commit aa8d817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public void createSyncLookupTest() throws ApiException {
6767
assertThat(firstResult.getMessagingProvider(), instanceOf(String.class));
6868
assertThat(firstResult.getVoiceProvider(), instanceOf(String.class));
6969
assertThat(firstResult.getCountryCodeA3(), instanceOf(String.class));
70-
assertThat(firstResult.getLatestMessageDeliveryStatus(), instanceOf(LatestMessageDeliveryStatusEnum.class));
7170
}
7271

7372
@Test

0 commit comments

Comments
 (0)