mirror of
https://github.com/corda/corda.git
synced 2025-01-15 09:20:22 +00:00
Update database integration tests setup for the test related to ENT-1684 (#703)
This commit is contained in:
parent
712bf6b43d
commit
6761824ba7
@ -37,7 +37,8 @@ class NetworkParametersUpdateTest : IntegrationTest() {
|
|||||||
private val timeoutMillis = 5.seconds.toMillis()
|
private val timeoutMillis = 5.seconds.toMillis()
|
||||||
@ClassRule
|
@ClassRule
|
||||||
@JvmField
|
@JvmField
|
||||||
val databaseSchemas = IntegrationTestSchemas(ALICE_NAME.toDatabaseSchemaName(), DUMMY_NOTARY_NAME.toDatabaseSchemaName())
|
val databaseSchemas = IntegrationTestSchemas(ALICE_NAME.toDatabaseSchemaName(), BOB_NAME.toDatabaseSchemaName(),
|
||||||
|
DUMMY_NOTARY_NAME.toDatabaseSchemaName())
|
||||||
}
|
}
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
|
Loading…
Reference in New Issue
Block a user