This commit is contained in:
Michele Sollecito 2018-06-21 16:35:20 +01:00 committed by GitHub
parent d7ee6fc361
commit 62088e4710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ else
source virtualenv/Scripts/activate
fi
# TODO: The PDF rendering is pretty ugly and can be improved a lot.
echo "Generating PDF document ..."
make latexpdf

View File

@ -249,7 +249,7 @@ class NodeConfigurationImplTest {
}
@Test
fun `compatiilityZoneURL populates NetworkServices`() {
fun `compatibilityZoneURL populates NetworkServices`() {
val compatibilityZoneURL = URI.create("https://r3.com").toURL()
val configuration = testConfiguration.copy(
devMode = false,