Skip to content

Commit

Permalink
AG-978 fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 committed Apr 14, 2023
1 parent a1696e4 commit 5d32b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Component: Chart - Score', () => {
});

it('should display message if not data', () => {
expect(component.score).toEqual(0);
expect(component.score).toEqual(undefined);
expect(element.querySelector('.chart-no-data')).toBeTruthy();
});

Expand Down

0 comments on commit 5d32b53

Please sign in to comment.