Skip to content

Commit 7c93643

Browse files
committed
fix: #420 add csv support for reports
1 parent b851a61 commit 7c93643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/time-clock/store/entry.effects.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('TimeEntryActionEffects', () => {
127127
});
128128

129129
it('does not display any message on UPDATE_ENTRY_RUNNING', async () => {
130-
const activeEntry = {};
130+
const activeEntry = { id: '1234' };
131131
actions$ = of({type: EntryActionTypes.UPDATE_ENTRY_RUNNING, activeEntry});
132132
spyOn(toastrService, 'success');
133133

0 commit comments

Comments
 (0)