mirror of
https://github.com/corda/corda.git
synced 2025-01-14 16:59:52 +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()
|
||||
@ClassRule
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user