mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
Minor: suppress bogus "cast never succeeds" compiler warning in whitelist manager unit test
This commit is contained in:
parent
da63ad57a4
commit
2bc77ae095
@ -13,6 +13,8 @@ import kotlin.test.assertEquals
|
||||
import kotlin.test.assertFailsWith
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
// We cast null to things in order to select overloads here but Kotlin doesn't know that it's OK.
|
||||
@Suppress("CAST_NEVER_SUCCEEDS")
|
||||
class WhitelistTrustManagerTest {
|
||||
companion object {
|
||||
@BeforeClass
|
||||
|
Loading…
Reference in New Issue
Block a user