Skip to content

Commit

Permalink
test: fix ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Feb 10, 2020
1 parent 819c46e commit b445369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/modal/modal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ describe('NzModal', () => {
flush();

expect(overlayContainerElement.querySelector('nz-modal-container')).toBeTruthy();
expect(event.defaultPrevented).toBe(false);

modalRef.close();
fixture.detectChanges();
Expand Down

0 comments on commit b445369

Please sign in to comment.