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

Integration tests for list addresses with filtering and outstanding list addresses tests via CLI #395

Merged
merged 6 commits into from
Jun 11, 2019

Conversation

piotr-iohk
Copy link
Contributor

Issue Number

#356

Overview

  • I have added integration tests for list address with filtering and added remaining cases for listing addresses via CLI

Comments

@piotr-iohk piotr-iohk self-assigned this Jun 11, 2019
, "-1000"
, "44444444"
, "*"
]
Copy link
Member

Choose a reason for hiding this comment

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

Careful about indentation here

, "?state=-1000"
, "?state=44444444"
, "?state=*"
]
Copy link
Member

Choose a reason for hiding this comment

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

No variable vertical alignement please :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will I ever learn? 😅 Fixed.

if (title == "40 chars hex") then
c `shouldBe` ExitSuccess
else
c `shouldBe` ExitFailure 1
Copy link
Member

Choose a reason for hiding this comment

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

Quite unrelated but this is odd? Do we return a success on 404?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I think so too, but I was told that this is expected... ;) -> #278 (comment)

Copy link
Member

Choose a reason for hiding this comment

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

Then I've very poorly expressed myself. I meant that you were right and that this oddity is not correct. May you open a bug ticket to keep track of that please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, ok. My bad for misunderstanding then. Will open a bug 👍

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