Skip to content

Commit 33a5d1d

Browse files
Lorenzo CurcioLorenzo Curcio
authored andcommitted
unittest fix
Signed-off-by: Lorenzo Curcio <[email protected]>
1 parent 2480d7e commit 33a5d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo_actor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ timeout_seconds: 60
200200

201201
```bash
202202
cd demo_actor
203-
unittest test_demo_actor.py
203+
python -m unittest test_demo_actor.py
204204
```
205205

206206
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):

0 commit comments

Comments
 (0)