🚚 Renamed AutocompleteService to AutoCompleteService + delete spec.ts file

master
Alix JEUDI--LEMOINE 1 week ago
parent b73c809eff
commit b5b419705e

@ -1,16 +0,0 @@
import { TestBed } from '@angular/core/testing';
import { AutoCompleteService } from './auto-complete.service';
describe('AutoCompleteService', () => {
let service: AutoCompleteService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(AutoCompleteService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});

@ -5,7 +5,7 @@ import { Observable } from 'rxjs';
@Injectable({
providedIn: 'root',
})
export class AutocompleteService {
export class AutoCompleteService {
private apiUrl = 'https://nominatim.openstreetmap.org';
constructor(private http: HttpClient) {}

Loading…
Cancel
Save