Skip to content

Commit

Permalink
LPD-35069 PR review #3 - refactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
algobob authored and brianchandotcom committed Oct 11, 2024
1 parent 3d894c5 commit 31f59a8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ public void testGetFrontendTokenDefinitions() {
Assert.assertTrue(
ListUtil.exists(
frontendTokenDefinitions,
item -> Objects.equals(
item.getThemeId(), _THEME_ID_LAYOUT_SET)));
frontendTokenDefinition -> Objects.equals(
frontendTokenDefinition.getThemeId(),
_THEME_ID_LAYOUT_SET)));
}

private void _addThemeCSSCET() throws Exception {
Expand Down

0 comments on commit 31f59a8

Please sign in to comment.