Skip to content

Commit

Permalink
remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaed Parkar committed Nov 7, 2023
1 parent a906067 commit d396750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { EndpointModel } from '../common/model/endpoint.model';
import { LinkedParticipantModel, LinkedParticipantType } from '../common/model/linked-participant.model';
import { JudicialMemberDto } from '../booking/judicial-office-holders/models/add-judicial-member.model';

fdescribe('Video hearing service', () => {
describe('Video hearing service', () => {
let service: VideoHearingsService;
let clientApiSpy: jasmine.SpyObj<BHClient>;
const newRequestKey = 'bh-newRequest';
Expand Down

0 comments on commit d396750

Please sign in to comment.