mirror of
https://github.com/corda/corda.git
synced 2025-04-09 20:31:52 +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.