thechutrain / rc-coffee-chats

A service that matches community members for chats
MIT License
15 stars 7 forks source link

Fix user test #97

Open amedeedaboville opened 4 years ago

amedeedaboville commented 4 years ago

@capnfabs and I noticed this while doing #96 . On my machine (node v13) it('should be able to update the users weekdays') test was failing: it was returning '21' and expecting '12' as the updated days. We noticed that the sort implementation in updateDays wasn't working to sort the days properly by having a>b twice (compare line 279 to 282) . Not sure if this is important elsewhere in the app but we fixed it.