django-haystack icon indicating copy to clipboard operation
django-haystack copied to clipboard

Fix issue duplicate-test-names found at https://codereview.doctor

Open code-review-doctor opened this issue 3 years ago • 0 comments

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.

code-review-doctor avatar Feb 21 '22 23:02 code-review-doctor