Does the kotest gradle plugin put out: ```▼ Expect...
# kotest
d
Does the kotest gradle plugin put out:
Copy code
▼ Expect that CustomerFound(customerId=111):
Expected :class ports.input.InitializeAccountResponse$NoOrderDetails
Actual   :class ports.input.InitializeAccountResponse$CustomerFound
<Click to see difference>
it seems like I'm getting a double output on test failure (in Intellij), one like the previous and the other is what Strikt outputs...