Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
test(server): fixed spec compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Jan 11, 2016
1 parent b683bc3 commit 89fbf5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ final class FilesServiceSpec
def generateValidDownloadUrls() = {
val urlStr = whenReady(service.handleGetFileUrl(fileLocation.get)) { resp
resp should matchPattern {
case Ok(ResponseGetFileUrl(_, _))
case Ok(ResponseGetFileUrl(_, _, _, _))
}

resp.toOption.get.url
Expand Down

0 comments on commit 89fbf5a

Please sign in to comment.