File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-modulith-integration-test/src/test/java/org/springframework/modulith/docs Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727
2828import org .junit .jupiter .api .Test ;
2929import org .springframework .modulith .core .ApplicationModule ;
30+ import org .springframework .modulith .core .ApplicationModules ;
3031import org .springframework .modulith .core .DependencyType ;
3132import org .springframework .modulith .docs .Documenter .DiagramOptions ;
3233
@@ -78,7 +79,7 @@ void customizesOutputLocation() throws IOException {
7879
7980 try {
8081
81- documenter . withOutputFolder ( customOutputFolder ).writeModuleCanvases ();
82+ new Documenter ( ApplicationModules . of ( Application . class ), customOutputFolder ).writeModuleCanvases ();
8283
8384 assertThat (Files .list (path )).isNotEmpty ();
8485 assertThat (path ).exists ();
You can’t perform that action at this time.
0 commit comments