Another little point: running `expectThat(catching...
# strikt
d
Another little point: running
expectThat(catching { ... }).isNull()
, if it throws, it doesn't print the exceptions message... in my case:
Copy code
▼ Expect that com.squareup.moshi.JsonDataException:
  ✗ is null
which doesn't help too much to identify the source of the problem.
m
i noticed that too - is there an open issue for that?