mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Merge pull request #6046 from corda/jzd/ENT-4334-fix-unit-test
ENT-4334 - Don't stop the node inside the unit test
This commit is contained in:
commit
ee6d966263
@ -47,8 +47,7 @@ class QuasarExcludePackagesTest {
|
||||
val nodeConfiguration :NodeConfiguration = V1NodeConfigurationSpec.parse(config).value()
|
||||
|
||||
// Act
|
||||
val node = Node(nodeConfiguration, VersionInfo.UNKNOWN)
|
||||
node.stop()
|
||||
Node(nodeConfiguration, VersionInfo.UNKNOWN)
|
||||
|
||||
// Assert
|
||||
Assert.assertTrue(Retransform.getInstrumentor().isExcluded("net.corda.node.internal.QuasarExcludePackagesTest.Test"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user