This commit is contained in:
franciscolopezsancho 2021-01-19 07:43:46 +00:00 committed by GitHub
parent 01ad4620ec
commit 8e47656b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ import akka.annotation.DoNotInherit
*
* Care is taken to remove the testkit when the block is finished or aborted.
*/
@deprecated("Use except instead.", "2.6.0")
@deprecated("Use expect instead.", "2.6.0")
def intercept[T](code: => T)(implicit system: ActorSystem[_]): T
}