Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 16, 2024
1 parent 1c55972 commit 948c600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ describe('StartCaptureDialogComponent', () => {
declarations: [StartCaptureDialogComponent],
schemas: [NO_ERRORS_SCHEMA],
}).compileComponents();

protocolHandlerService = TestBed.inject(ProtocolHandlerService);
}));
});

beforeEach(() => {
fixture = TestBed.createComponent(StartCaptureDialogComponent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 948c600

Please sign in to comment.