mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-14 00:39:48 +00:00
Fix tests.
This commit is contained in:
parent
1c55972b00
commit
948c600e1a
@ -57,9 +57,8 @@ describe('StartCaptureDialogComponent', () => {
|
||||
declarations: [StartCaptureDialogComponent],
|
||||
schemas: [NO_ERRORS_SCHEMA],
|
||||
}).compileComponents();
|
||||
|
||||
protocolHandlerService = TestBed.inject(ProtocolHandlerService);
|
||||
}));
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(StartCaptureDialogComponent);
|
||||
|
@ -6,7 +6,7 @@ import { CapturingSettings } from '../../../../models/capturingSettings';
|
||||
import { Link } from '../../../../models/link';
|
||||
import { LinkNode } from '../../../../models/link-node';
|
||||
import { Project } from '../../../../models/project';
|
||||
import{ Controller } from '../../../../models/controller';
|
||||
import { Controller } from '../../../../models/controller';
|
||||
import { LinkService } from '../../../../services/link.service';
|
||||
import { PacketCaptureService } from '../../../../services/packet-capture.service';
|
||||
import { ToasterService } from '../../../../services/toaster.service';
|
||||
|
Loading…
Reference in New Issue
Block a user