Skip to content

Commit

Permalink
Issue checkstyle#11446: Updated CheckerTest method to use execute
Browse files Browse the repository at this point in the history
  • Loading branch information
MANISH-K-07 committed Feb 26, 2024
1 parent 8d5daa5 commit bdc953c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1027,9 +1027,8 @@ public void testClearLazyLoadCacheInDetailAST() throws Exception {
final DefaultConfiguration checkerConfig = createRootConfig(treeWalkerConfig);

final String filePath = getPath("InputCheckerClearDetailAstLazyLoadCache.java");
final String[] expected = CommonUtil.EMPTY_STRING_ARRAY;

verify(checkerConfig, filePath, expected);
execute(checkerConfig, filePath);
}

@Test
Expand Down

0 comments on commit bdc953c

Please sign in to comment.