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

Add example test for divide task #13196

Merged
merged 1 commit into from
May 15, 2024

Conversation

samsondav
Copy link
Contributor

No description provided.

@samsondav samsondav enabled auto-merge May 14, 2024 16:32
@cl-sonarqube-production
Copy link

finalResult := trrs[3]

assert.Nil(t, finalResult.Result.Error)
assert.Equal(t, "1000012.34", finalResult.Result.Value.(decimal.Decimal).String())
Copy link
Contributor

Choose a reason for hiding this comment

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

/nit if it bothers you, i might hardcode 10000.1234 into a test var and then do the actual math here at the end

@samsondav samsondav added this pull request to the merge queue May 15, 2024
Merged via the queue into develop with commit 37805cd May 15, 2024
107 checks passed
@samsondav samsondav deleted the MERC-4817-integration-test-verifying-divide-task branch May 15, 2024 15:00
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