Designing Elixir Systems with OTP (Pragprog)

That error isn’t actually referring to your test syntax. It’s a problem with this line:

https://github.com/NicoGim/elixir-learn/blob/master/test/support/quiz_builders.exs#L17

The right in that template should be @right.

Hope that helps!

1 Like