Skip to content

Commit

Permalink
more test fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
devonbush committed Jan 7, 2025
1 parent ff42655 commit f2761a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void testExtractDemoPortal() throws Exception {
// confirm all templates got repopulated
assertThat(surveyService.findByPortalId(restoredPortal.getId()), hasSize(16));
assertThat(studyService.findByPortalId(restoredPortal.getId()), hasSize(1));
assertThat(emailTemplateService.findByPortalId(restoredPortal.getId()), hasSize(8));
assertThat(emailTemplateService.findByPortalId(restoredPortal.getId()), hasSize(9));
// confirm both the old and current versions of the site content got populated
assertThat(siteContentService.findByPortalId(restoredPortal.getId()), hasSize(2));

Expand Down

0 comments on commit f2761a4

Please sign in to comment.