Skip to content

Commit 1edc39d

Browse files
committed
import fixed
1 parent 7c807ca commit 1edc39d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/builds/builds.service.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { PrismaService } from '../prisma/prisma.service';
44
import { TestRunsService } from '../test-runs/test-runs.service';
55
import { EventsGateway } from '../events/events.gateway';
66
import { CreateBuildDto } from './dto/build-create.dto';
7-
import { Build } from 'prisma/node_modules/.prisma/client';
8-
import { TestRun } from 'prisma/node_modules/@prisma/client';
7+
import { Build, TestRun } from '@prisma/client';
98
import { mocked } from 'ts-jest/utils';
109
import { BuildDto } from './dto/build.dto';
1110

0 commit comments

Comments
 (0)