Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Sep 18, 2024
1 parent 34545ce commit 83bb0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { AppModule } from '@app/app.module';
import { IonicModule } from '@ionic/angular';
import { Store } from '@ngrx/store';
import { MotStatusCodes } from '@providers/mot-history-api/mot-interfaces';
import { ConnectionStatus } from '@providers/network-state/network-state';
import { of } from 'rxjs';
import { VehicleRegistrationComponent } from '../vehicle-registration';
import {
mockBlankRegistrationNumber,
mockInvalidRegistrationNumber,
mockValidRegistrationNumber,
} from './vehicle-registration.mock';
import {ConnectionStatus} from '@providers/network-state/network-state';

describe('VehicleRegistrationComponent', () => {
let fixture: ComponentFixture<VehicleRegistrationComponent>;
Expand Down

0 comments on commit 83bb0f7

Please sign in to comment.