Skip to content

Commit 6bcb666

Browse files
committed
fix: #392 save data using UTC
1 parent f422417 commit 6bcb666

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ describe('Actions for Entries', () => {
8888
it('LoadEntriesByTimeRange type is EntryActionTypes.LOAD_ENTRIES_BY_TIME_RANGE', () => {
8989
const yesterday = moment(new Date()).subtract(1, 'day');
9090
const today = moment(new Date());
91-
const pipe: DatePipe = new DatePipe('en');
9291
const timeRange: TimeEntriesTimeRange = {start_date: yesterday, end_date: today};
9392
const action = new actions.LoadEntriesByTimeRange(timeRange);
9493
expect(action.type).toEqual(actions.EntryActionTypes.LOAD_ENTRIES_BY_TIME_RANGE);

0 commit comments

Comments
 (0)