Skip to content

Commit a47103f

Browse files
committed
Support new NDC information
This will fail unit tests until production SEER*API includes changes.
1 parent 43ac7cd commit a47103f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/imsweb/seerapi/client/ndc/NdcTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public void testNdcByCode() throws IOException {
6464
product = _NDC.getByCode("0002-4483").execute().body();
6565
assertThat(product.getNdc()).isEqualTo("0002-4483");
6666
assertThat(product.getProprietaryName()).isEqualTo("Verzenio");
67+
assertThat(product.getSeerInfo()).as("must have 'seerinfo'").isNotNull();
6768
assertThat(product.getSeerInfo().getCategories()).containsExactly(Category.CHEMOTHERAPY);
6869
}
6970

0 commit comments

Comments
 (0)