fix actor validation

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
mikeee 2024-02-20 15:01:39 +00:00
parent 9d9e2f8713
commit 5eee0ceca8
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ expected_stdout_lines:
- 'Request for actor_type: MyActor, actor_id: a1'
- '== APP - actor-server == on_activate a1'
- '== APP - actor-server == doing stuff with test'
- '== APP - actor-server == get_actor_state GetActorStateResponse { data: [] }'
- '== APP - actor-server == get_actor_state GetActorStateResponse { data: []'
- '== APP - actor-client == Response: Ok('
- '== APP - actor-client == MyResponse {'
- '== APP - actor-client == available: true,'