Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
More apollo-test/README.md typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pettermahlen committed Feb 22, 2016
1 parent 48601c3 commit 3028ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MinimalApp {
.send(breweryRequest);

return orderRequest.thenApply(orderResponse -> {
if (orderResponse.statusCode().statusCode() != Status.OK.statusCode()) {
if (orderResponse.status().code() != Status.OK.code()) {
return Response.forStatus(Status.INTERNAL_SERVER_ERROR);
}

Expand Down

0 comments on commit 3028ff0

Please sign in to comment.