mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
c163365229
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.