Skip to content

Commit

Permalink
Update abstract.service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPelegrina authored Apr 10, 2024
1 parent b708a69 commit e8d0098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/service/abstract.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AbstractService } from './abstract.service';
import { Country } from '../domain/country/country';

describe('AbstractService', () => {
let service: AbstractService<Country>;
let service: AbstractService<Country, string>;

beforeEach(() => {
TestBed.configureTestingModule({});
Expand Down

0 comments on commit e8d0098

Please sign in to comment.