TechAndCheck / tech-and-check-alerts

Daily tip sheet for fact checkers
MIT License
13 stars 6 forks source link

Create a test to ensure that two queues don't share a name #362

Closed slifty closed 4 years ago

slifty commented 4 years ago

We saw an issue in #361 caused by two queues accidentally given the same name. This could have been prevented with a test that ensures queue name constants don't share a name.

This is related to #306, but should not wait on it.