Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-zephyr committed Aug 26, 2015
1 parent 2cb8a25 commit d88f5d7
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -328,7 +328,9 @@ public static void executeTests(ZephyrConfigModel zephyrData, List<Long> passLis


if (passList.size() > 0) {
response.close();
if(response != null) {
response.close();
}

JSONArray passedTests = new JSONArray();
JSONObject passObj = new JSONObject();
Expand Down

0 comments on commit d88f5d7

Please sign in to comment.