mirror of
https://github.com/corda/corda.git
synced 2025-02-14 14:42:32 +00:00
Fixes (#1050)
This commit is contained in:
parent
d7ee6fc361
commit
62088e4710
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user