We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7920c6 commit aa8d817Copy full SHA for aa8d817
src/test/java/com/bandwidth/sdk/smoke/PhoneNumberLookupApiTest.java
@@ -67,7 +67,6 @@ public void createSyncLookupTest() throws ApiException {
67
assertThat(firstResult.getMessagingProvider(), instanceOf(String.class));
68
assertThat(firstResult.getVoiceProvider(), instanceOf(String.class));
69
assertThat(firstResult.getCountryCodeA3(), instanceOf(String.class));
70
- assertThat(firstResult.getLatestMessageDeliveryStatus(), instanceOf(LatestMessageDeliveryStatusEnum.class));
71
}
72
73
@Test
0 commit comments