doc: fix link to persistence style guide (#28088)
This commit is contained in:
parent
53723c01d6
commit
fedd86fcb5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Java
|
||||||
Then you can `spawn` the `EventSourcedBehavior` and verify the outcome of sending commands to the actor using
|
Then you can `spawn` the `EventSourcedBehavior` and verify the outcome of sending commands to the actor using
|
||||||
the facilities of the @ref:[ActorTestKit](testing-async.md).
|
the facilities of the @ref:[ActorTestKit](testing-async.md).
|
||||||
|
|
||||||
A full test for the `AccountEntity`, which is shown in the @ref:[Style Guide](style-guide.md), may look like this:
|
A full test for the `AccountEntity`, which is shown in the @ref:[Persistence Style Guide](persistence-style.md), may look like this:
|
||||||
|
|
||||||
Scala
|
Scala
|
||||||
: @@snip [AccountExampleDocSpec.scala](/akka-cluster-sharding-typed/src/test/scala/docs/akka/cluster/sharding/typed/AccountExampleDocSpec.scala) { #test }
|
: @@snip [AccountExampleDocSpec.scala](/akka-cluster-sharding-typed/src/test/scala/docs/akka/cluster/sharding/typed/AccountExampleDocSpec.scala) { #test }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue