import { TestBed } from '@angular/core/testing';

import { CrossOvcerService } from './cross-ovcer.service';

describe('CrossOvcerService', () => {
  beforeEach(() => TestBed.configureTestingModule({}));

  it('should be created', () => {
    const service: CrossOvcerService = TestBed.get(CrossOvcerService);
    expect(service).toBeTruthy();
  });
});
