mirror of
https://github.com/corda/corda.git
synced 2025-06-21 08:40:03 +00:00
Fix compilation errors on Tests following rebase from OS.
This commit is contained in:
@ -40,7 +40,7 @@ public class CordaRPCJavaClientTest extends NodeBasedTest {
|
||||
}
|
||||
|
||||
@ClassRule
|
||||
public static IntegrationTestSchemas databaseSchemas = new IntegrationTestSchemas(IntegrationTestKt.toDatabaseSchemaName(getALICE_NAME()),
|
||||
public static IntegrationTestSchemas databaseSchemas = new IntegrationTestSchemas(IntegrationTestKt.toDatabaseSchemaName(ALICE_NAME),
|
||||
IntegrationTestKt.toDatabaseSchemaName(DUMMY_NOTARY_NAME));
|
||||
|
||||
private List<String> perms = Arrays.asList(
|
||||
|
Reference in New Issue
Block a user