Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: TTL-943 update test
  • Loading branch information
Santiago220991 committed Aug 17, 2023
commit 0c5b86a580b2d7ae187803cc18c4376766def023
2 changes: 1 addition & 1 deletion src/app/modules/time-clock/store/entry.effects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ describe('TimeEntryActionEffects', () => {
effects.loadEntriesByTimeRange$.subscribe(action => {
expect(toastrService.warning).toHaveBeenCalledWith(
'Still loading. Limit of ' + MAX_NUMBER_OF_ENTRIES_FOR_REPORTS +
' entries reached, try filtering the request by users or date.' +
' entries reached, try filtering the request.' +
' Some information may be missing.'
);
});
Expand Down