Skip to content

Commit 5f53005

Browse files
committed
refactor: TT-344 rename test name
1 parent b94e675 commit 5f53005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('TimeEntriesComponent', () => {
133133
});
134134
}));
135135

136-
it('after the component is initialized it should initialize the table', () => {
136+
it('should initialize the table when the component is initialized', () => {
137137
spyOn(component.dtTrigger, 'next');
138138
component.ngAfterViewInit();
139139

0 commit comments

Comments
 (0)