Skip to content

Commit

Permalink
update expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen committed Nov 4, 2022
1 parent cf730f8 commit efa3b67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion sdk/cognitivelanguage/ai-language-text/src/transforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
PiiResult as GeneratedPiiEntityRecognitionResult,
SentenceSentiment as GeneratedSentenceSentiment,
SentimentResponse as GeneratedSentimentAnalysisResult,
HealthcareEntitiesDocumentResult,
HealthcareLROResult,
HealthcareRelation,
HealthcareRelationEntity,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ matrix([["APIKey", "AAD"]] as const, async (authMethod: AuthMethod) => {
await assertActionsResults(await poller.pollUntilDone(), expectation15);
});

it("whole batch input with auto language detection", async function () {
it.only("whole batch input with auto language detection", async function () {
const docs = [
"I will go to the park.",
"Este es un document escrito en Español.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8696,7 +8696,7 @@ export const expectation71: any = [
entityRelations: [],
id: "0",
warnings: [],
detectedLanguage: { "0": "e", "1": "n" },
detectedLanguage: { iso6391Name: "en" },
isLanguageDefaulted: false,
},
{
Expand Down

0 comments on commit efa3b67

Please sign in to comment.