Fix typo in documentation (#26702)
This commit is contained in:
parent
f798481de5
commit
e2dc818625
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ To use Akka TestKit Typed, add the module to your project:
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Testing can either be done asynchronously using a real `ActorSystem` or synchronously on the testing thread using the `BehaviousTestKit`.
|
Testing can either be done asynchronously using a real `ActorSystem` or synchronously on the testing thread using the `BehaviourTestKit`.
|
||||||
|
|
||||||
For testing logic in a `Behavior` in isolation synchronous testing is preferred. For testing interactions between multiple
|
For testing logic in a `Behavior` in isolation synchronous testing is preferred. For testing interactions between multiple
|
||||||
actors a more realistic asynchronous test is preferred.
|
actors a more realistic asynchronous test is preferred.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue