Queen Attack: A test fails, but it still passes?

I can’t figure out what’s wrong with the tests. A test fails but it still passes ?

Screenshot enclosed :

Possibly a bug in the test runner somewhere. It looks like its not picking up the description either.

I think the problem may be the try block in the test file, as try has no TAP output, but as its surrounded by test tags the test runner is picking it up as a test.

Fix in PR Replace try block with lives-ok by m-dango · Pull Request #620 · exercism/raku · GitHub

1 Like

Thank you – that looks good !
:grinning: