CoreySutphin/reddit-clone

Testing for upvoting/downvoting a post is incomplete.

Opened this issue · 1 comments

Testing for upvoting/downvoting a post is incomplete.

Still needed: Making sure a user can't upvote/downvote same post twice, potentially testing the capabilities of the server by flooding the '/post/vote' endpoint with requests, ensuring that if a user sends an upvote to a post they had previously downvoted their upvote/downvote data will be accurately changed, etc...