Skip to content

Commit

Permalink
[testhub] update uuid imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed May 27, 2020
1 parent 699793c commit 4e43906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/eventhub/testhub/commands/sendReceive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { CommandBuilder } from "yargs";
import { EventHubClient, EventPosition, EventData, delay } from "@azure/event-hubs";
import { log, setCurrentCommand, randomNumberFromInterval } from "../utils/util";
import uuid from "uuid/v4";
import { v4 as uuid } from "uuid";

export const command = "send-receive";

Expand Down

0 comments on commit 4e43906

Please sign in to comment.