mirror of
https://github.com/corda/corda.git
synced 2025-04-19 08:36:39 +00:00
A test was failing due to `assumeFalse` (to stop a test running on windows) being inside of a `assertThatExceptionOfType` block. The exception it threw was consumed by the block instead of junit.