Skip to content

Commit efcca5f

Browse files
committed
Revert "test: TT-344 add test for new methods in time-entries-component"
This reverts commit 6f3bc77.
1 parent 4c1b8db commit efcca5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/app/modules/time-entries/pages/time-entries.component.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,6 @@ describe('TimeEntriesComponent', () => {
133133
});
134134
}));
135135

136-
it('after the component is initialized it should initialize the table', () => {
137-
spyOn(component.dtTrigger, 'next');
138-
component.ngAfterViewInit();
139-
140-
expect(component.dtTrigger.next).toHaveBeenCalled();
141-
});
142-
143136
it('when create time entries, the time entries should be queried', () => {
144137
const currentMonth = new Date().getMonth() + 1;
145138
const year = new Date().getFullYear();

0 commit comments

Comments
 (0)