Add test cases for JSON resource marshaling#2524
Conversation
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @sayalideshmukh10 .
We might as well make the formatting of the wanted JSON consistent and easy-to-read, as if it were created by a JSON indented marshaler.
Codecov Report
@@ Coverage Diff @@
## master #2524 +/- ##
=======================================
Coverage 97.97% 97.97%
=======================================
Files 123 123
Lines 10813 10813
=======================================
Hits 10594 10594
Misses 150 150
Partials 69 69 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Hello @gmlewis, I am a first-time contributor to Hackoctober, It will be a great help if you can accept my contribution. |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @sayalideshmukh10 !
Before we merge, would you like to resolve the conflicts with the recent merges to the master branch, or would you like me to do it?
…into test_case_scim
|
Thank you @gmlewis for asking about merging conflicts and resolving |
Added test cases for the below structs - github/scim.go (file)
Helps: #55.