Skip to content

Commit

Permalink
Fix tests after #882
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikov committed Oct 25, 2018
1 parent 0a0a4c8 commit 35e90f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/template.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ describe('DevExtreme Angular widget\'s template', () => {
expect(element.textContent).toBe('index: 5');
});

fit('should be created within Angular Zone', () => {
it('should be created within Angular Zone', () => {
TestBed.overrideComponent(TestContainerComponent, {
set: {
template: `
Expand Down

0 comments on commit 35e90f8

Please sign in to comment.