exercism / erlang-tests-generator

MIT License
1 stars 8 forks source link

forth: stub contains a useless function #50

Closed NobbZ closed 2 years ago

NobbZ commented 2 years ago

The testgenerator creates a function that is not tested in the stubfile, thats related to returning the Property in this arm:

https://github.com/exercism/erlang-tests-generator/blob/main/src/tgen_forth.erl#L56-L85

The proper property name to return was evaluate.