diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-07-02 14:03:36 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-07-02 14:03:36 +0200 |
| commit | 33d24479dea9e4573e9fdcbf22bb2093c37ea191 (patch) | |
| tree | 431618cdf328dc56ca35c54e68aa7bdebb1edc23 /tests/api_sendt_eth0_1s1r | |
| parent | 76a83847910c8763141f078610785110fcfff6e8 (diff) | |
Improve tests
Diffstat (limited to 'tests/api_sendt_eth0_1s1r')
| -rw-r--r-- | tests/api_sendt_eth0_1s1r/sender.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api_sendt_eth0_1s1r/sender.py b/tests/api_sendt_eth0_1s1r/sender.py index ee2ea9d..c7fdb0d 100644 --- a/tests/api_sendt_eth0_1s1r/sender.py +++ b/tests/api_sendt_eth0_1s1r/sender.py @@ -11,4 +11,4 @@ def execute(api): # Should not work sendt(api,0.5) # Should work - sendt(api,2) + sendt(api,1) |
