Skip to content

Commit

Permalink
feat(feat/cb2-14449): fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Evans committed Jan 14, 2025
1 parent cb54622 commit 8d92ec9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ describe('TechRecordSummaryComponent', () => {
.mockReturnValue(of('articulated'));
const formPatchSpy = jest.spyOn(form, 'patchValue');
component.form = form;
component.form.get('techRecord_vehicleConfiguration')?.markAsDirty();
component.handleVehicleConfigurationChanges();
expect(subscriptionSpy).toHaveBeenCalled();
expect(formPatchSpy).toHaveBeenCalled();
Expand Down

0 comments on commit 8d92ec9

Please sign in to comment.