Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devonbush committed Jun 30, 2024
1 parent f7a9bef commit 0e695ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void testExtractDemoPortal() throws Exception {
assertThat(portalEnvironmentLanguageService.findByPortalEnvId(sandboxPortalEnv.getId()), hasSize(3));

// confirm all templates got repopulated
assertThat(surveyService.findByPortalId(restoredPortal.getId()), hasSize(14));
assertThat(surveyService.findByPortalId(restoredPortal.getId()), hasSize(15));
assertThat(studyService.findByPortalId(restoredPortal.getId()), hasSize(1));
assertThat(emailTemplateService.findByPortalId(restoredPortal.getId()), hasSize(7));
// confirm both the old and current versions of the site content got populated
Expand Down

0 comments on commit 0e695ac

Please sign in to comment.