Skip to content

Commit

Permalink
LPD-43352 Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom authored and nikki-pru committed Dec 9, 2024
1 parent 43f7bde commit 9bc3ecc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ public void testUpgradeProcess() throws Exception {
_journalArticleLocalService.getJournalArticle(
_journalArticle.getId());

_assertContains(
journalArticle.getContent(), "/documents/d/orphan/document");
_assertContains(
journalArticle.getContent(),
"data-fileentryid=\"" + _dlFileEntry.getFileEntryId() + "\"");
_assertContains(
journalArticle.getContent(), "/documents/d/orphan/document");
}

private void _addDLFileEntry() throws Exception {
Expand Down

0 comments on commit 9bc3ecc

Please sign in to comment.