Skip to content

Commit

Permalink
Migrate uuid test to TestApproval
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuntrock committed Oct 28, 2024
1 parent 56b394c commit de998e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,7 @@ public void uuid() throws MojoFailureException, IOException, MojoExecutionExcept
javadocConfig.setScanLocations(Arrays.asList("src/test/java/io/github/kbuntrock/resources/endpoint/uuid"));
mojo.setJavadocConfiguration(javadocConfig);

final List<File> generated = mojo.documentProject();
checkGenerationResult("ut/SpringClassAnalyserTest/uuid.yml", generated.get(0));
checkGenerationResult(mojo.documentProject());
}

private ScanResult scanResult(Class<?> clazz) {
Expand Down

0 comments on commit de998e1

Please sign in to comment.