File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
play2-oauth2-provider/src
main/scala/scalaoauth2/provider
test/scala/scalaoauth2/provider Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ trait OAuth2ProviderActionBuilders {
15
15
}
16
16
17
17
object OAuth2ProviderActionBuilders extends OAuth2ProviderActionBuilders {
18
- val executionContext : ExecutionContext = play.api.libs.concurrent.Execution .defaultContext
18
+ implicit val executionContext : ExecutionContext = play.api.libs.concurrent.Execution .defaultContext
19
19
}
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import play.api.mvc.Results._
10
10
class OAuth2ProviderActionBuildersSpec extends FlatSpec {
11
11
12
12
import OAuth2ProviderActionBuilders ._
13
- import scala .concurrent .ExecutionContext .Implicits .global
14
13
15
14
val action = AuthorizedAction (new MockDataHandler ) { request =>
16
15
Ok (request.authInfo.user.name)
You can’t perform that action at this time.
0 commit comments