tomoakley / freemeals.uk

MIT License
10 stars 10 forks source link

Validate data uniqueness #91

Closed lmjcbs closed 3 years ago

lmjcbs commented 3 years ago

Kidderminster which previously had 5 duplicate venues, now only has 1 unique venue. 1238 total venues currently on master to 1154 unique venues on validate-data-uniqueness.

tomoakley commented 3 years ago

this would be a great thing to have a unit test for...in another branch could you extract to a util function, and run some duplicated data through it in a test and verify the output? Similar to how @freaksauce has done with the other util functions