Skip to content

Commit

Permalink
LPD-27031 LPD-27034 portal-search-tuning-rankings-web-test: Change te…
Browse files Browse the repository at this point in the history
…st class to match tested class name

https://liferay.atlassian.net/browse/LPD-27034
  • Loading branch information
AlmirFe authored and brianchandotcom committed Jul 21, 2024
1 parent 41104ee commit 880f2e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author David Truong
*/
@RunWith(Arquillian.class)
public class RankingJSONStorageEntryUpgradeProcessTest
public class JSONStorageEntryRankingUpgradeProcessTest
extends BaseRankingUpgradeProcessTestCase {

@ClassRule
Expand Down Expand Up @@ -68,7 +68,7 @@ public void testUpgradeProcess() throws Exception {
@Override
protected String getUpgradeStepClassName() {
return "com.liferay.portal.search.tuning.rankings.web.internal." +
"upgrade.v3_0_0.RankingJSONStorageEntryUpgradeProcess";
"upgrade.v3_0_0.JSONStorageEntryRankingUpgradeProcess";
}

@Inject(
Expand Down

0 comments on commit 880f2e1

Please sign in to comment.