Skip to content

Commit 4c668ab

Browse files
committed
fix lint, again
1 parent 64a9751 commit 4c668ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/tracing/vercel-ai-cached-tokens.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, expect, it } from 'vitest';
22
import { addVercelAiProcessors } from '../../../src/tracing/vercel-ai';
33
import type { SpanJSON } from '../../../src/types-hoist/span';
4-
import { getDefaultTestClientOptions,TestClient } from '../../mocks/client';
4+
import { getDefaultTestClientOptions, TestClient } from '../../mocks/client';
55

66
describe('vercel-ai cached tokens', () => {
77
it('should add cached input tokens to total input tokens', () => {

0 commit comments

Comments
 (0)