I see a `shouldBeNull` assertion. But how do I ne...
# kotest
j
I see a
shouldBeNull
assertion. But how do I negate that i.e.
shouldNotBeNull
? Do I need a custom matcher? Thanks.