https://kotlinlang.org logo
#spek
Title
j

JoakimForslund

07/24/2019, 2:15 PM
So I managed to get spek to run with multiplatform + android target which is awesome! But, the error message which it gives when something fails:
Copy code
org.host.class.someSpek > Settings randomId = 1234567 FAILED
    org.junit.ComparisonFailure at spektest.kt:21
Is a bit lack luster, I'd want it to type out the expected value. Is there any way to do that?
r

robstoll

07/25/2019, 6:53 PM
how does your spec look like?
is there any stacktrace in the error message?
r

raniejade

07/25/2019, 11:57 PM
Please share your spec and the stacktrace.
Fixed, artifacts are published in bintray now. IJ plugins take a while since they need to be approved by JB first.
r

robstoll

07/26/2019, 8:56 AM
Wrong channel but nice 🙂 Thanks for the quick work
r

raniejade

07/26/2019, 8:56 AM
Ahhh fck, 😅
3 Views