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
refactor: TT-344 rename test name
  • Loading branch information
bytesantiago committed Sep 28, 2021
commit 5f53005007cfffea46b1e9a5af09198d448e7b1c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('TimeEntriesComponent', () => {
});
}));

it('after the component is initialized it should initialize the table', () => {
it('should initialize the table when the component is initialized', () => {
spyOn(component.dtTrigger, 'next');
component.ngAfterViewInit();

Expand Down