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

Boxes: Support GetApplicationBoxes #344

Merged
merged 20 commits into from
Jul 15, 2022

Conversation

michaeldiamant
Copy link
Contributor

@michaeldiamant michaeldiamant marked this pull request as ready for review July 11, 2022 12:47
Copy link
Contributor

@algoidurovic algoidurovic left a comment

Choose a reason for hiding this comment

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

LGTM

s.Step(`^the contents of the box with name "([^"]*)" should be "([^"]*)"\. If there is an error it is "([^"]*)"\.$`, theContentsOfTheBoxWithNameShouldBeIfThereIsAnErrorItIs)
s.Step(`^the contents of the box with name "([^"]*)" in the current application should be "([^"]*)"\. If there is an error it is "([^"]*)"\.$`, theContentsOfTheBoxWithNameShouldBeIfThereIsAnErrorItIs)

s.Step(`^the current application should have the following boxes "([^"]*)"\.$`,
Copy link
Contributor

Choose a reason for hiding this comment

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

I like this pattern of passing an anonymous function - it's more similar to the annotations in the other sdks. It might make error messages a little more complicated due to an unnamed function on the call stack but that's not cause for concern imo.

Base automatically changed from box_encoding_convenience_methods to feature/box-storage July 12, 2022 17:21
Copy link
Contributor

@algochoi algochoi left a comment

Choose a reason for hiding this comment

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

LGTM

@michaeldiamant michaeldiamant merged commit 69644b7 into feature/box-storage Jul 15, 2022
@michaeldiamant michaeldiamant deleted the boxes_response_rework branch July 15, 2022 17:46
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