Skip to content

Commit 247c666

Browse files
committed
format
1 parent 1190ec4 commit 247c666

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/ai/integration/generate-content.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ import {
4040
testConfigs,
4141
TOKEN_COUNT_DELTA
4242
} from './constants';
43-
import {
44-
TIMEOUT_EXPIRED_MESSAGE
45-
} from '../src/requests/request';
43+
import { TIMEOUT_EXPIRED_MESSAGE } from '../src/requests/request';
4644
import { isNode } from '@firebase/util';
4745

4846
describe('Generate Content', function () {

packages/ai/src/methods/chat-session.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,4 @@ describe('ChatSession', () => {
378378
);
379379
});
380380
});
381-
});
381+
});

0 commit comments

Comments
 (0)