You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain exercises that involve checking whether two floating-point numbers are equal, fail when running tests with lein test or clojure -X:test. They do however work with babashka. An example is cars-assemble.
This means that the tests for all the affected exercises need to be adjusted.