Skip to content

Commit

Permalink
remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wieczorekm committed Aug 24, 2018
1 parent ae9f182 commit 7600704
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public int httpsPort() {
return httpServer.httpsPort();
}


public String url(String path) {
if (!path.startsWith("/")) {
path = "/" + path;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public void buildsQualifiedHttpsUrlFromPath() {
assertThat(wireMockServer.url("something"), is(String.format("https://localhost:%d/something", port)));
}


@Test
public void buildsBaseHttpUrl() {
WireMockServer wireMockServer = new WireMockServer(options().dynamicPort());
Expand Down

0 comments on commit 7600704

Please sign in to comment.