Skip to content

Commit

Permalink
fix: Changes from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Aug 5, 2024
1 parent 6146cde commit 5bb8a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-tests/src/orchestration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import 'dotenv/config';

describe('orchestration', () => {
test.skip('should complete a chat, but currently doesn\'t work', async () => {
test.skip("should complete a chat, but currently doesn't work", async () => {
const request: GenAiHubCompletionParameters = {
deploymentConfiguration: { deploymentId: 'db1d64d9f06be467' },
llmConfig: {
Expand Down

0 comments on commit 5bb8a7e

Please sign in to comment.