Adds explicit ! method (#30004)

Needed for Scala 3
This commit is contained in:
Nicolas Vollmar 2021-02-10 13:20:29 +01:00 committed by GitHub
parent b41d6a0c43
commit 278a36d036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 62 additions and 64 deletions

View file

@ -4,7 +4,7 @@
package akka.testkit
import akka.actor.{ actorRef2Scala, Actor, ActorRef, Props }
import akka.actor.{ Actor, ActorRef, Props }
/**
* A collection of common actor patterns used in tests.