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 27
27
28
28
import org .junit .jupiter .api .Test ;
29
29
import org .springframework .modulith .core .ApplicationModule ;
30
+ import org .springframework .modulith .core .ApplicationModules ;
30
31
import org .springframework .modulith .core .DependencyType ;
31
32
import org .springframework .modulith .docs .Documenter .DiagramOptions ;
32
33
@@ -78,7 +79,7 @@ void customizesOutputLocation() throws IOException {
78
79
79
80
try {
80
81
81
- documenter . withOutputFolder ( customOutputFolder ).writeModuleCanvases ();
82
+ new Documenter ( ApplicationModules . of ( Application . class ), customOutputFolder ).writeModuleCanvases ();
82
83
83
84
assertThat (Files .list (path )).isNotEmpty ();
84
85
assertThat (path ).exists ();
You can’t perform that action at this time.
0 commit comments