Philippus commented on code in PR #2820:
URL: https://github.com/apache/pekko/pull/2820#discussion_r3004616976


##########
actor-testkit-typed/src/main/scala/org/apache/pekko/actor/testkit/typed/internal/BehaviorTestKitImpl.scala:
##########
@@ -238,7 +238,7 @@ private[pekko] object BehaviorTestKitImpl {
       }
     }
 
-    def inteceptBehaviour[T](behavior: Behavior[T], ctx: 
TypedActorContext[T]): Behavior[T] =
+    def interceptBehavior[T](behavior: Behavior[T], ctx: 
TypedActorContext[T]): Behavior[T] =

Review Comment:
   I think this is safe because its internal api?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to