Typo in test description
This commit is contained in:
parent
2fda3e3410
commit
ececd76e10
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { Test, TestingModule } from "@nestjs/testing";
|
|||
import { EducationService } from "@/education/education.service";
|
||||
import educationDataset from "@/education/education.dataset";
|
||||
|
||||
describe("SkillsService", () => {
|
||||
describe("EducationService", () => {
|
||||
let service: EducationService;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue