Skip to content

Commit

Permalink
BLADE-743 cli: BladeTest: removes unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Apr 3, 2024
1 parent 9a93c26 commit 3ce3b03
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cli/src/test/java/com/liferay/blade/cli/BladeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ public class BladeTest extends BladeCLI {

public static final String PRODUCT_VERSION_DXP_74_U72 = "dxp-7.4-u72";

public static final String PRODUCT_VERSION_PORTAL_71 = getFirstProductKey(
_getProductPredicate(
"portal"
).and(
_getProductGroupVersionPredicate("7.1")
));

public static final String PRODUCT_VERSION_PORTAL_73 = getFirstProductKey(
_getProductPredicate(
"portal"
Expand Down

0 comments on commit 3ce3b03

Please sign in to comment.