Skip to content

Commit

Permalink
* Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar414ram committed Nov 3, 2020
1 parent b2f08e8 commit 7b9def2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe('TaskHeaderCloudComponent', () => {
component.isLoading = true;
fixture.detectChanges();
const loading = fixture.debugElement.query(By.css('.adf-task-header-loading'));
expect(loading).not.toBe(null);
expect(loading).toBeTruthy();
});

it('should not render edit icon if the task in assigned state and assingned user is different from current logged-in user', () => {
Expand Down

0 comments on commit 7b9def2

Please sign in to comment.