Skip to content

Commit 7b2e735

Browse files
committed
Formatting change
1 parent a026995 commit 7b2e735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/typicode/jsonplaceholder/steps/CommonSteps.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public static void makeRequestWithNestedParameters(String endpoint, String neste
116116
response = RequestHelpers.sendGetRequestTo(endpoints.get(endpoint) + "/" + nestedParam);
117117
responses.add(response);
118118
}
119+
119120
@Then("the response has a status code of {int}")
120121
public static void verifyResponseStatusCode(int code) {
121122
assertEquals(code, response.statusCode());

0 commit comments

Comments
 (0)