mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
Make test constants Java-visible fields. (#2258)
This commit is contained in:
@ -26,8 +26,8 @@ public class FlowsInJavaTest {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
aliceNode = mockNet.createPartyNode(TestConstants.getALICE_NAME());
|
||||
bobNode = mockNet.createPartyNode(TestConstants.getBOB_NAME());
|
||||
aliceNode = mockNet.createPartyNode(TestConstants.ALICE_NAME);
|
||||
bobNode = mockNet.createPartyNode(TestConstants.BOB_NAME);
|
||||
bob = singleIdentity(bobNode.getInfo());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user