On Wed Jul 26 10:56:22 2023 +0000, Gabriel Ivăncescu wrote:
Small nitpick, but you don't need try {} catch {} blocks for *successful* tests, just put the succesful test without any try/catch. If it fails it will generate an exception and the test will fail (but obviously, it shouldn't, so that's fine).
but we would miss the helpful error message