Update database integration tests setup for the test related to ENT-1684 (#703)

This commit is contained in:
szymonsztuka 2018-04-09 12:36:22 +01:00 committed by GitHub
parent 712bf6b43d
commit 6761824ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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