Only EventSourcedBehavior, or nested EventSourcedBehavior allowed. exception thrown in EventSourcedBehaviorTestKit #1343
Unanswered
rameshmalla
asked this question in
Q&A
Replies: 1 comment
-
Do you want to make the change suggested in akka/akka#30747 (comment) ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a class extending EventSourcedBehavior like the following
and I have a test that uses EventSourcedBehaviorTestKit
when I run the test I get the below exception
As I was investigating, I came across this open issue in Akka: akka/akka#30747. Could someone help me understand the underlying issues, and is there a workaround to make the tests work?
Beta Was this translation helpful? Give feedback.
All reactions