Skip to content

Commit

Permalink
sonar smell
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Apr 15, 2024
1 parent 44b3ae2 commit 1719d5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ void doNotThrowException_InCase_RetrievingZoneFails() throws Exception {
}

@Test
public void serveStaticContent_InCase_RetrievingZoneFails_local() throws Exception {
void serveStaticContent_InCase_RetrievingZoneFails_local() throws Exception {
checkStaticContent("/uaa", "/resources/css/application.css");
checkStaticContent("/uaa", "/vendor/font-awesome/css/font-awesome.min.css");
}

@Test
public void serveStaticContent_InCase_RetrievingZoneFails() throws Exception {
void serveStaticContent_InCase_RetrievingZoneFails() throws Exception {
checkStaticContent(null, "/resources/css/application.css");
checkStaticContent(null, "/vendor/font-awesome/css/font-awesome.min.css");
}
Expand Down

0 comments on commit 1719d5c

Please sign in to comment.