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

Failing Test Case has been Corrected Now #245

Closed
wants to merge 3 commits into from

Conversation

MuhammadSalman-7214
Copy link
Contributor

No description provided.

assertThat(answer[0].value?.quantity?.value)
.isEqualTo(Decimal.newBuilder().setValue("10").build())
assertThat(answer[0].value?.quantity?.value?.value)
.isEqualTo("10.0")
Copy link
Collaborator

Choose a reason for hiding this comment

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

move to the line above

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you are saying that I move line 137 to merge with 136 or move both 136 and 137 lines to merge with line 135?

Copy link
Collaborator

Choose a reason for hiding this comment

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

No I'm saying you don't need a new line. This can be on the same line as the previous line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@jingtang10
Copy link
Collaborator

Hi @MuhammadSalman-7214 thanks for the fix. I have incorporated your change in #248 which was submitted last night to fix the build. I'll close this PR for now.

@jingtang10 jingtang10 closed this Feb 19, 2021
@MuhammadSalman-7214
Copy link
Contributor Author

ok great @jingtang10

@jingtang10 jingtang10 deleted the ms/correct-test-case branch April 16, 2022 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants