Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Nov 26, 2022
1 parent 4f6683d commit 0816bff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/manon/util/ArchTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

import java.net.MalformedURLException;
import java.net.URL;

import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.classes;
Expand Down Expand Up @@ -118,7 +117,7 @@ void shouldVerifyLayeredArchitecture() {
}

@Test
void shouldVerifyLayeredArchitectureWithPUML() throws MalformedURLException {
void shouldVerifyLayeredArchitectureWithPUML() {
URL diag = ArchTest.class.getResource("../../expected/layers.puml");
assertThat(diag).isNotNull();
classes()
Expand Down

0 comments on commit 0816bff

Please sign in to comment.