Acronym seems to have duplicated tests

Hello :wave:

I’ve been getting back to some exercises in the OCaml track and for the acronym exercise, it seems the tests are duplicated quite a few times.

There’s 81 tests in there but it seems the only unique tests are just 9.
Is there some process to resolve this and is there any way to help resolve this?

Thanks

Unless there is a good reason otherwise, the tests ought to align with the canonical test data

+cc @kahgoh

It looks like a bug in OCaml’s test generator is repeating the test cases. I’ll have a look into it.

2 Likes

PR raised: Fix acronym test template by kahgoh · Pull Request #536 · exercism/ocaml · GitHub

(update: its just been merged)

2 Likes

Amazing. Thanks a lot!