-
Hello!
Now i writing unit test for that function: test check if
After Updated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Found problem: it was in my code, any help unneeded) |
Beta Was this translation helpful? Give feedback.
Found problem: it was in my code, any help unneeded)
Problem was that after self.actor_ref.tell(message) in on_receive() i added messages in
._buffer
again.So in test i saw buffer with messages
["message1", "message2", "message3"]
again)