mirror of
https://github.com/corda/corda.git
synced 2025-04-05 02:19:09 +00:00
* CORDA-3356 Subflow ledger consistency tests + move statemachine tests to slow integration tests Add tests for subflows that fail during transitions. Split out `StatemachineErrorHandlingTest` into a series of smaller tests. Move these tests into the `integration-test-slow` category so they are not run against every PR. * CORDA-3356 Fix detekt issue * CORDA-3356 Tidy test names