I keep getting Unused expression without side effects when adding more than one assertion
So I used to be able to run multiple assertions however now I keep getting the warning “Unused expression without side effects”. Every assertion on its own however passes the test just fine. How would I get around this?
`
val result = borrowingService.transform(input)