Skip to content

Commit

Permalink
[IMP] shift_worker_status: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
remytms committed Dec 4, 2024
1 parent dc4a7c9 commit 4fc9d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shift_worker_status/tests/test_shift.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_shift_counters(self):
# Check unsubscribed status
status_1.sr = -1
status_1.sc = -1
self.assertEqual(status_1.status, "alert")

# Subscribe him to another future shift
future_shift_regular.worker_id = self.worker_regular_1
Expand Down

0 comments on commit 4fc9d48

Please sign in to comment.