Skip to content

Commit 5eb1c1b

Browse files
author
Luca Forstner
committed
lint
1 parent 869f1d4 commit 5eb1c1b

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/node-integration-tests/suites/tracing/prisma-orm

1 file changed

+2
-2
lines changed

dev-packages/node-integration-tests/suites/tracing/prisma-orm/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SpanJSON } from '@sentry/core';
1+
import type { SpanJSON } from '@sentry/core';
22
import { createRunner } from '../../../utils/runner';
33

44
describe('Prisma ORM Tests', () => {
@@ -76,7 +76,7 @@ describe('Prisma ORM Tests', () => {
7676
'db.system': 'postgresql',
7777
'otel.kind': 'CLIENT',
7878
},
79-
description: `DELETE FROM \"public\".\"User\" WHERE \"public\".\"User\".\"email\"::text LIKE $1`,
79+
description: 'DELETE FROM "public"."User" WHERE "public"."User"."email"::text LIKE $1',
8080
});
8181
},
8282
})

0 commit comments

Comments
 (0)