Skip to content

Commit e5cf084

Browse files
author
Guiners
committed
fixing failed tests
1 parent 87f9f78 commit e5cf084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genai/test/provisionedthroughput-with-txt.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const projectId = process.env.CAIP_PROJECT_ID;
2121
const sample = require('../provisioned-throughput/provisionedthroughput-with-txt.js');
2222
const {delay} = require('./util');
2323

24-
describe('provisioned-throughput-with-txt', function () {
24+
describe('provisioned-throughput-with-txt', () => {
2525
it('should return provisioned throughput result', async function () {
2626
this.timeout(50000);
2727
this.retries(4);
@@ -32,4 +32,4 @@ describe('provisioned-throughput-with-txt', function () {
3232

3333
assert(output.length > 0);
3434
});
35-
});
35+
});

0 commit comments

Comments
 (0)