The following test does not compile but should: ```kotlin val message: String? = null assertThat(message, isNullOrBlank) ```
The following test does not compile but should: