Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen committed Nov 6, 2020
1 parent caf9fa5 commit e2d0d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

/// <reference lib="esnext.asynciterable" />

import {
AbortSignalLike,
OperationOptions,
Expand Down
1 change: 0 additions & 1 deletion sdk/textanalytics/ai-text-analytics/test/apiKey.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ describe("[API Key] TextAnalyticsClient", function() {
switch (doc.type) {
case "Entities": {
assert.ok(doc.id);
assert.ok(doc.statistics);
assert.ok(doc.entities);
break;
}
Expand Down

0 comments on commit e2d0d84

Please sign in to comment.