exercism / clojure

Exercism exercises in Clojure.

Home Page:https://exercism.org/tracks/clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elyses Destructured Enchantments: Tests mix up Expected and Actual results

SebAlbert opened this issue · comments

The tests in Elyses Destructured Enchantments have the wrong argument order in their (is (= ...)) forms, so that the actual result of the learner's code will be called the Expected result in the output of a failing test, and vice versa.

@SebAlbert thanks for pointing this out! To be honest, I didn't even realize that the order here is what determines the expected/result reporting, though it seems obvious now.