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

Test generation should output numbers as natural #35

Closed
westpac-paul opened this issue Jul 9, 2021 · 0 comments
Closed

Test generation should output numbers as natural #35

westpac-paul opened this issue Jul 9, 2021 · 0 comments

Comments

@westpac-paul
Copy link
Contributor

westpac-paul commented Jul 9, 2021

With Amount attribute defined as number (integer, float, decimal):

Expected:

{
  "Amount": 10
...
}

Actual:

{
  "Amount": "10"
 ...
}
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

No branches or pull requests

1 participant