Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Added content package canBeDistributed check in unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianp26 committed Mar 8, 2017
1 parent fb094eb commit 8ca9f3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ private void testContentPackage(final String description,
assertThat(content.getDescription(), is(description));
}
assertThat(content.getContentPackage(), is(listId));
assertThat(content.getCanBeDistributed(), is(Distribution.VERIFY));
}

private void testMainImageReferenceIsPutInBodyWithMetadataFlag(String articleImageMetadataFlag, String expectedTransformedBody) {
Expand Down

0 comments on commit 8ca9f3b

Please sign in to comment.