Hoperrs / Actividades-CC3S2

0 stars 0 forks source link

Counters can be reset #4

Open Hoperrs opened 1 month ago

Hoperrs commented 1 month ago

As a system administrator, I need the ability to reset the counter, So that I can redo counting from the start.

Details and Assumptions

Acceptance Criteria

Given a counter has a value of 5
When I make a call to reset the counter
Then the counter value should return to 0
Hoperrs commented 1 month ago

Relates to #8 Closes #8