!str - Moving the InputStream and OutputStream utilities into Source and Sink
This commit is contained in:
parent
cb8d3c4609
commit
8780ba28a4
25 changed files with 432 additions and 310 deletions
|
|
@ -21,7 +21,7 @@ class StreamingResponseSpecs extends RoutingSpec {
|
|||
|
||||
Get() ~> route ~> check {
|
||||
status should ===(StatusCodes.OK)
|
||||
responseAs[String] should === ("")
|
||||
responseAs[String] should ===("")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue