Skip to content

Commit f0c5711

Browse files
committed
fix test leftovers
1 parent 80cbb9a commit f0c5711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/node-integration-tests/suites/tracing/requests/fetch-sampled/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createRunner } from '../../../../utils/runner';
33
import { createTestServer } from '../../../../utils/server';
44

55
conditionalTest({ min: 18 })('outgoing fetch', () => {
6-
test('outgoing sampled fetch requests are correctly instrumented xxx', done => {
6+
test('outgoing sampled fetch requests are correctly instrumented', done => {
77
expect.assertions(11);
88

99
createTestServer(done)

packages/browser/test/unit/utils/lazyLoadIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('lazyLoadIntegration', () => {
6464
expect(global.document.querySelectorAll('script')).toHaveLength(0);
6565
});
6666

67-
test('it injects a script tag if integration is not yet loaded xxx', async () => {
67+
test('it injects a script tag if integration is not yet loaded', async () => {
6868
// @ts-expect-error For testing sake
6969
global.Sentry = {
7070
...Sentry,

0 commit comments

Comments
 (0)