DasUnicorn / WordWeave

Reddit style news site
0 stars 1 forks source link

User Story: Unittest - ThreadVoteDeletionTest #73

Closed DasUnicorn closed 6 months ago

DasUnicorn commented 6 months ago

Dependencies: none

Description Of Service Or Screen: N/A

User Objective: As a user, I want to be able to remove my vote from a thread, so that I can change my opinion on its quality or relevance.

Acceptance Criteria:

DasUnicorn commented 6 months ago

Testing:

When I delete my vote from a thread, its vote count should decrease by 1. -- done
When I delete my vote from a thread, the vote object associated with the thread should be deleted. --- done

--> done