Improve tests

This commit is contained in:
Loic Guegan 2022-07-02 14:03:36 +02:00
parent 76a8384791
commit 33d24479de
2 changed files with 8 additions and 3 deletions

View file

@ -11,4 +11,4 @@ def execute(api):
# Should not work
sendt(api,0.5)
# Should work
sendt(api,2)
sendt(api,1)