mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
CORDA-2345: Updated docs to use the new TestCordapp API, rather than the old scan cordapp packages (#4491)
Also made some improvements to the API, especially for Java users.
This commit is contained in:
@ -16,7 +16,7 @@ class MockNetworkTest {
|
||||
|
||||
@Before
|
||||
fun setup() {
|
||||
mockNetwork = MockNetwork()
|
||||
mockNetwork = MockNetwork(MockNetworkParameters())
|
||||
}
|
||||
|
||||
@After
|
||||
|
Reference in New Issue
Block a user