Test name test-update-or-insert-values appears twice in namespace clojure.java.test-jdbc
Description
When the same name is used for more than one deftest statement, the first one's tests will never be run, reducing test coverage. Recommend changing the name of one of these two deftests
Environment
None
Activity
Sean Corfield
December 16, 2013 at 9:17 PM
Looks like it was just missed when I added the -with-isolation tests more recently.
Sean Corfield
December 16, 2013 at 6:34 AM
Thanx Andy. This happened when I added a whole bunch of -with-db tests and then (just recently) started renaming them as part of the cleanup.
When the same name is used for more than one deftest statement, the first one's tests will never be run, reducing test coverage. Recommend changing the name of one of these two deftests