Fix more URLs.

# Conflicts:
#	docs/src/main/asciidoc/verifier_setup.adoc
This commit is contained in:
Olga Maciaszek-Sharma
2019-03-28 11:49:15 +01:00
parent ea986b8329
commit 19085e39ae
3 changed files with 13 additions and 11 deletions

View File

@@ -76,8 +76,8 @@ public class GitStubDownloaderTests {
StubDownloader stubDownloader = stubDownloaderBuilder
.build(new StubRunnerOptionsBuilder()
.withStubsMode(StubRunnerProperties.StubsMode.REMOTE)
.withStubRepositoryRoot("http://www.foo.com/").withProperties(props())
.build());
.withStubRepositoryRoot("http://www.foo.com/")
.withProperties(props()).build());
then(stubDownloader).isNull();
}