Skip to content

Commit 7275c52

Browse files
committed
Update README and tests in Features/schedulablestate-heartbeat
1 parent 7714d81 commit 7275c52

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Features/schedulablestate-heartbeat/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ In this way, calling the `StartHeartbeatFlow` creates an endless chain of `Heart
2121

2222
## Pre-Requisites
2323

24-
For development environment setup, please refer to: [Setup Guide](https://docs.corda.net/getting-set-up.html).
24+
For development environment setup, please refer to: [Setup Guide](https://docs.r3.com/en/platform/corda/4.9/community/getting-set-up.html).
2525

2626

2727
### Running the CorDapp
2828

2929
Open a terminal and go to the project root directory and type: (to deploy the nodes using bootstrapper)
3030
```
31-
./gradlew clean deployNodes
31+
./gradlew clean build deployNodes
3232
```
3333
Then type: (to run the nodes)
3434
```
@@ -38,7 +38,7 @@ Then type: (to run the nodes)
3838

3939
### Interacting with the nodes:
4040

41-
Go to the [CRaSH](https://docs.corda.net/docs/corda-os/shell.html) shell for PartyA, and run the `StartHeatbeatFlow`:
41+
Go to the interactive node shell for PartyA, and run the `StartHeatbeatFlow`:
4242

4343
start StartHeartbeatFlow
4444

Features/schedulablestate-heartbeat/contracts/src/test/java/net/corda/samples/heartbeat/states/StateTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import net.corda.testing.core.TestIdentity;
77
import org.junit.Test;
88

9-
import static org.jgroups.util.Util.assertFalse;
10-
import static org.jgroups.util.Util.assertTrue;
9+
import static org.wildfly.common.Assert.assertFalse;
10+
import static org.wildfly.common.Assert.assertTrue;
1111

1212
public class StateTests {
1313

0 commit comments

Comments
 (0)