-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
employee_record: migrate sanitize_employee_records to logging
- Loading branch information
1 parent
ec917e6
commit 10050dd
Showing
3 changed files
with
32 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 4 additions & 7 deletions
11
tests/employee_record/__snapshots__/test_sanitize_employee_records.ambr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
# serializer version: 1 | ||
# name: test_missed_notifications_limit | ||
''' | ||
* Checking missing employee records notifications: | ||
- found 3 missing notification(s) | ||
- 2 notification(s) created | ||
- done! | ||
|
||
''' | ||
list([ | ||
'found 3 missed employee records notifications', | ||
'2/3 notifications created', | ||
]) | ||
# --- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters