Skip to content

Commit

Permalink
LPD-40157 I found WithPublication and WithCTCollection, so I just con…
Browse files Browse the repository at this point in the history
…solidated it
  • Loading branch information
brianchandotcom committed Oct 25, 2024
1 parent 3ff74e0 commit 68b95aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void testUpgradeProcess() throws Exception {
}

@Test
public void testUpgradeProcessWithPublication() throws Exception {
public void testUpgradeProcessWithCTCollection() throws Exception {
try (CompanyConfigurationTemporarySwapper
companyConfigurationTemporarySwapper =
new CompanyConfigurationTemporarySwapper(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void testDeletePWCVersionsPreservesCheckedOutDocuments()
}

@Test
public void testDeletePWCVersionsPreservesCheckedOutDocumentsWithPublication()
public void testDeletePWCVersionsPreservesCheckedOutDocumentsWithCTCollection()
throws Exception {

try (CompanyConfigurationTemporarySwapper
Expand Down

0 comments on commit 68b95aa

Please sign in to comment.