Skip to content

Commit 99dd8a5

Browse files
Update genai/test/thinking-includethoughts-with-txt.test.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1b76cca commit 99dd8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/test/thinking-includethoughts-with-txt.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const projectId = process.env.CAIP_PROJECT_ID;
2121
const sample = require('../thinking/thinking-includethoughts-with-txt.js');
2222

2323
describe('thinking-includethoughts-with-txt', async () => {
24-
it('should return Thought Process ', async function () {
24+
it('should return Thought Process', async function () {
2525
this.timeout(50000);
2626
const output = await sample.generateContent(projectId);
2727
assert(output.length > 0);

0 commit comments

Comments
 (0)