We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ac7cd commit a47103fCopy full SHA for a47103f
1 file changed
src/test/java/com/imsweb/seerapi/client/ndc/NdcTest.java
@@ -64,6 +64,7 @@ public void testNdcByCode() throws IOException {
64
product = _NDC.getByCode("0002-4483").execute().body();
65
assertThat(product.getNdc()).isEqualTo("0002-4483");
66
assertThat(product.getProprietaryName()).isEqualTo("Verzenio");
67
+ assertThat(product.getSeerInfo()).as("must have 'seerinfo'").isNotNull();
68
assertThat(product.getSeerInfo().getCategories()).containsExactly(Category.CHEMOTHERAPY);
69
}
70
0 commit comments