Skip to content

Commit

Permalink
unittest fix
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Curcio <[email protected]>
  • Loading branch information
Lorenzo Curcio authored and Lorenzo Curcio committed Dec 3, 2024
1 parent 2480d7e commit 33a5d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo_actor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ timeout_seconds: 60

```bash
cd demo_actor
unittest test_demo_actor.py
python -m unittest test_demo_actor.py
```

Expected output (note that the unit test print outputs might not necessarily be in this order - what really matters is that all tests pass anyway):
Expand Down

0 comments on commit 33a5d1d

Please sign in to comment.