Skip to content

Conversation

@richardimaoka
Copy link
Contributor

I tested this locally in my desktop, but assume the change will be auto-tested too?
Thanks

@akka-ci
Copy link

akka-ci commented Feb 28, 2016

Can one of the repo owners verify this patch?

@johanandren
Copy link
Contributor

OK TO TEST


//#implicit-sender
class MySpec(_system: ActorSystem) extends TestKit(_system) with ImplicitSender
class MySpec() extends TestKit(ActorSystem("MySpec")) with ImplicitSender
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable to me, as the sample does not show how to create an abstract base class for your tests, but an actual concrete test class

@akka-ci akka-ci added the validating PR is currently being validated by Jenkins label Feb 28, 2016
@johanandren
Copy link
Contributor

Fixes #18804

@johanandren
Copy link
Contributor

LGTM

@akka-ci akka-ci added tested PR that was successfully built and tested by Jenkins and removed validating PR is currently being validated by Jenkins labels Feb 28, 2016
@akka-ci
Copy link

akka-ci commented Feb 28, 2016

Test PASSed.

@ktoso
Copy link
Contributor

ktoso commented Feb 28, 2016

LGTM, the def this has confused newcomers in the past indeed.
Thanks for the contrib!

johanandren added a commit that referenced this pull request Feb 29, 2016
…onstractor-richard-imaoka

simplifyTestKit doc async sample #18804
@johanandren johanandren merged commit cabd445 into akka:master Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tested PR that was successfully built and tested by Jenkins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants