Skip to content

Commit

Permalink
[Event Hubs] Remove workaround for bug 9543 in test (Azure#10150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Jul 21, 2020
1 parent e46f3c7 commit ada2967
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/eventhub/event-hubs/test/receiver.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,7 @@ describe("EventHubConsumerClient", function(): void {
processError: async (err) => {
resolve(err);
}
},
{ maxWaitTimeInSeconds: 0 } // TODO: Remove after https://github.com/Azure/azure-sdk-for-js/pull/9543 is merged
}
);
});
await subscription!.close();
Expand Down

0 comments on commit ada2967

Please sign in to comment.