Skip to content

Commit 6f2e0aa

Browse files
committed
fix lint issues
1 parent f75e3f1 commit 6f2e0aa

File tree

2 files changed

+1
-2
lines changed
  • dev-packages/node-integration-tests/suites/featureFlags/growthbook

2 files changed

+1
-2
lines changed

dev-packages/node-integration-tests/suites/featureFlags/growthbook/onError/basic/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ afterAll(() => {
77
});
88

99
test('GrowthBook flags captured on error with eviction, update, and no async tasks', async () => {
10-
1110
const expectedFlags = [];
1211
for (let i = 4; i <= FLAG_BUFFER_SIZE; i++) {
1312
expectedFlags.push({ flag: `feat${i}`, result: false });

dev-packages/node-integration-tests/suites/featureFlags/growthbook/onSpan/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test('GrowthBook flags are added to active span attributes on span end', async (
2121
origin: 'manual',
2222
status: 'ok',
2323
span_id: expect.stringMatching(/[a-f0-9]{16}/),
24-
trace_id: expect.stringMatching(/[a-f0-9]{32}/)
24+
trace_id: expect.stringMatching(/[a-f0-9]{32}/),
2525
},
2626
},
2727
spans: [],

0 commit comments

Comments
 (0)