isNotEmpty

suspend fun Assert<Flow<*>>.isNotEmpty()

Asserts the flow is not empty.

See also