Skip to content

Commit 7a975d0

Browse files
committed
Fix comment.
1 parent e09e837 commit 7a975d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/test/integrations/apollo.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ApolloServerBase {
4343
}
4444
}
4545

46-
// mock for 'graphql/execution/execution.js' package
46+
// mock for ApolloServer package
4747
jest.mock('@sentry/utils', () => {
4848
const actual = jest.requireActual('@sentry/utils');
4949
return {

0 commit comments

Comments
 (0)