willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
761 stars 85 forks source link

Fix none assertion #397

Closed MatthiasGabriel closed 1 year ago

MatthiasGabriel commented 2 years ago

Fixes https://github.com/willowtreeapps/assertk/issues/396

Changes logic of none assertion, so it can be viewed as a "breaking" change

evant commented 1 year ago

Should be fixed by https://github.com/willowtreeapps/assertk/pull/437