Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 authored Apr 18, 2018
1 parent 3860f49 commit 2b8aa26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ To write tests like this ...
```Swift
func testHello() {
let req = HTTPRequest.testable.get(uri: "/hello")
let r = app.testable.response(to: req)
let res = r.response
let res = app.testable.response(to: req).response

res.testable.debug() // Debug response into the console

Expand Down

0 comments on commit 2b8aa26

Please sign in to comment.