Skip to content

Commit 6e0eea2

Browse files
authored
updated with respect to sort-imports rule (Azure#19035)
1 parent ab057bb commit 6e0eea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/core-auth/test/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import { assert } from "chai";
54
import {
65
AzureKeyCredential,
76
AzureNamedKeyCredential,
@@ -10,6 +9,7 @@ import {
109
isSASCredential,
1110
isTokenCredential
1211
} from "../src/index";
12+
import { assert } from "chai";
1313

1414
describe("AzureKeyCredential", () => {
1515
it("credential constructor throws on invalid key", () => {

0 commit comments

Comments
 (0)