Skip to content

Commit 1970b14

Browse files
authored
test(pdf-exported): remove duplicate/redundant spy call
1 parent d7436e6 commit 1970b14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/grids/core/src/services/pdf/pdf-exporter-grid.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ describe('PDF Grid Exporter', () => {
404404
await wait();
405405

406406
pivotGrid = fix.componentInstance.pivotGrid;
407-
spyOn(ExportUtilities as any, 'saveBlobToFile');
408407
});
409408

410409
it('should export basic pivot grid', (done) => {

0 commit comments

Comments
 (0)