You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TaskStore.setCompleted flips 'completed' but never refreshes 'updatedAt', so a completed task looks untouched. Refresh updatedAt when a task changes and add a test asserting it updates. See exercises/README.md (Exercise 3).
TaskStore.setCompleted flips 'completed' but never refreshes 'updatedAt', so a completed task looks untouched. Refresh updatedAt when a task changes and add a test asserting it updates. See exercises/README.md (Exercise 3).