trailhead-code-samples
trailhead-code-samples copied to clipboard
Public code samples to support Trailhead challenges
wrong code format on if( date2 < date1) { return false; } causes wrong test coverage in VerifyDate
I did not test the condition if( date2 < date1) { return false; } on line 16, but I still got 100% test coverage on VerifyDate class it was caused...
Make formatting consistent: - Use tabs for indentation rather than mixed tabs and spaces - Make use of whitespace and braces in if/else statements consistent
It looks like following body tag is failing. Please check it. req.setBody('{"FILL_ME_IN":["FILL_ME_IN"],"FILL_ME_IN":"FILL_ME_IN"}');