Skip to content

Commit

Permalink
fix(cdk): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibing committed Jan 31, 2022
1 parent 9ab5954 commit 6f1bc95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ describe('dynamic-overlay', () => {
expect(instance.context).toBe(newContext);
expect(instance.content).toBe(newContent);
expect(renderContentSpy).toHaveBeenCalledTimes(3);
expect(updatePositionSpy).toHaveBeenCalledTimes(4);
expect(updatePositionSpy).toHaveBeenCalledTimes(3);
});

it('should set component', () => {
Expand Down

0 comments on commit 6f1bc95

Please sign in to comment.