Skip to content

add support for function code 43#358

Open
Barneey96 wants to merge 3 commits intoCloud-Automation:v4.0-devfrom
Barneey96:support-fc-43
Open

add support for function code 43#358
Barneey96 wants to merge 3 commits intoCloud-Automation:v4.0-devfrom
Barneey96:support-fc-43

Conversation

@Barneey96
Copy link
Copy Markdown

No description provided.

@stefanpoeter
Copy link
Copy Markdown
Member

Thanks for your commitment, I did a quick review and it looks fine. Can you bump the minor version in the package.json please as well. Let me run a test just to be sure.

assert.equal(undefined, response.body.meiType)
assert.equal(0x01, response.body.code)
assert.equal('ILLEGAL FUNCTION', response.body.message)
})
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Kudos for the tests but there should also be a positive test parsing the response. You only test exceptions.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thank you so much for taking a look so quickly. I will implement the change requests.

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.

2 participants