django-haystack
django-haystack copied to clipboard
Fix issue duplicate-test-names found at https://codereview.doctor
Fixes #1840
These tests were overriding other tests in the same file with the same name. I renamed so the tests run. Please give the tests a better name than I used. Naming is hard and I'm just a bot :)
This might result in tests failing because the affected tests were previously not running.