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
fix: update notification worker tests for medium priority error handling
- Changed test case name from "medium_priority_error_skipped" to "medium_priority_error_creates_notification" to reflect the new behavior.
- Updated expected notification creation to true and set the priority to PriorityMedium, ensuring the test accurately verifies the notification logic.
- Refactored loop in TestNotificationWorker_CircuitBreaker to use range for better readability, while maintaining functionality.
These changes enhance the clarity and accuracy of the notification worker tests, aligning them with the recent priority handling updates.
0 commit comments