My test case still shows "Unhandled exception" even if I try-catch-ed it?

Extending the answer given by Stefano, this is an example how you can wrap the try/catch in an adhoc contract: Testing the exact error message returned from failed transactions

1 Like