Hey everyone! I have a problem with tests. I run them with lein test and whenever some of them fails I got something like FAIL at form-init123456789.clj instead of FAIL at some.namespace/var.
Do you have idea what can be a reason of this?
maybe the error happens before a certain test is run? I'd inspect the whole output searching for something like a compilation error, an issue in the fixtures, etc