Skip to content

Commit

Permalink
Update chai imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Nov 1, 2020
1 parent c3d2ddd commit 282781b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/eventhub/event-hubs/test/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT license.

import { EventHubConnectionConfig } from "../src/eventhubConnectionConfig";
import * as chai from "chai";
import chai from "chai";
const should = chai.should();

describe("ConnectionConfig", function() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/event-hubs/test/sharedKeyCredential.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

import * as chai from "chai";
import chai from "chai";
const should = chai.should();
import {
SharedKeyCredential,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

import * as chai from "chai";
import chai from "chai";
const should = chai.should();
import {
SharedKeyCredential,
Expand Down

0 comments on commit 282781b

Please sign in to comment.