Skip to content

Commit

Permalink
[Translation] Fix min/max testing (Azure#31059)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored Sep 10, 2024
1 parent 3a543b9 commit 882ea89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import { Context } from "mocha";
import { Recorder, env } from "@azure-tools/test-recorder";
import { ClientOptions } from "@azure-rest/core-client";
import { DocumentTranslationClient } from "../../../src";
import createClient from "../../../src/documentTranslationClient";
import { DocumentTranslationClient, default as createClient } from "../../../src";
import { KeyCredential, TokenCredential } from "@azure/core-auth";
import { createTestCredential } from "@azure-tools/test-credential";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
StorageInputType,
StorageSource,
TargetInput,
} from "../../../src/models";
} from "../../../src";
import { TestDocument, createTestDocument } from "./TestDocument";

export function createSourceInput(
Expand Down

0 comments on commit 882ea89

Please sign in to comment.