Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(amqp-base): Remove call to undefined callback (fix #221) #222

Merged
merged 1 commit into from
Feb 7, 2018

Conversation

pierreca
Copy link
Contributor

@pierreca pierreca commented Feb 6, 2018

Reference/Link to the issue solved with this PR (if any)

#221

Description of the problem

in the amqpError actions we assumed there might be a callback as a second argument - that is not the case, there never is.

Description of the solution

Remove the unnecessary callback argument and calls to it
Also added a couple of tests to improve coverage.

Copy link
Contributor

@anthonyvercolano anthonyvercolano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@az-iot-builder-01 az-iot-builder-01 merged commit 7f19ab3 into Azure:master Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants