().first
}
- private fun assertSessionTransfers(vararg expected: SessionTransfer) {
- assertThat(receivedSessionMessages).containsExactly(*expected)
- }
-
- private fun assertSessionTransfers(node: TestStartedNode, vararg expected: SessionTransfer): List() {
diff --git a/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt b/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt
index 7822e6f136..4255224d16 100644
--- a/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt
+++ b/node/src/test/kotlin/net/corda/node/services/statemachine/RetryFlowMockTest.kt
@@ -175,8 +175,6 @@ class RetryFlowMockTest {
TODO("not implemented")
}
}), nodeA.services.newContext()).get()
- // Should be 2 records, one for admission and one for keep in.
- records.next()
records.next()
// Killing it should remove it.
nodeA.smm.killFlow(flow.id)
diff --git a/release-tools/testing/README.md b/release-tools/testing/README.md
index 0f859967f6..b49ce25426 100644
--- a/release-tools/testing/README.md
+++ b/release-tools/testing/README.md
@@ -58,7 +58,9 @@ This will create a new sub-task under each of the test tickets for `