Skip to content

Commit

Permalink
BLADE-738 cli: LiferayDefaultVersionValidatorTest: updates assertion …
Browse files Browse the repository at this point in the history
…based on latest product info
  • Loading branch information
drewbrokke committed Nov 13, 2023
1 parent b2baf44 commit 7e9de89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void testSort() throws Exception {

String last = vals.get(vals.size() - 1);

Assert.assertTrue(last, last.startsWith("commerce"));
Assert.assertTrue(last, last.startsWith("portal"));
}

}

0 comments on commit 7e9de89

Please sign in to comment.