Skip to content

Commit

Permalink
Revert change to getPartitionId call
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jun 18, 2020
1 parent a27e7c2 commit 7078d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/eventhub/event-hubs/test/receiver.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe("EventHub Receiver", function(): void {
env[EnvVarKeys.EVENTHUB_NAME],
"define EVENTHUB_NAME in your environment before running integration tests."
);
partitionIds = await consumerClient.getPartitionIds({});
});

after("close the connection", async function(): Promise<void> {
Expand All @@ -59,7 +60,6 @@ describe("EventHub Receiver", function(): void {
service.connectionString,
service.path
);
partitionIds = await consumerClient.getPartitionIds({});
});

afterEach("Closing the clients", async () => {
Expand Down

0 comments on commit 7078d10

Please sign in to comment.