diff options
author | Devaev Maxim <[email protected]> | 2020-09-09 05:38:32 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-09 05:38:32 +0300 |
commit | 526ec18a3b50bd254f2c5e7c3119056d2e2f512d (patch) | |
tree | c75630ee0d0345389b5e8817cd3eca9f22ae1fba /testenv/tests/validators/test_hw.py | |
parent | a9a6f477bc213b8e7ee87db8c912e618f6157d9d (diff) |
improved tests
Diffstat (limited to 'testenv/tests/validators/test_hw.py')
-rw-r--r-- | testenv/tests/validators/test_hw.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/tests/validators/test_hw.py b/testenv/tests/validators/test_hw.py index 912f8f5e..2956375c 100644 --- a/testenv/tests/validators/test_hw.py +++ b/testenv/tests/validators/test_hw.py @@ -94,6 +94,7 @@ def test_ok__valid_otg_gadget(arg: Any) -> None: "te~st", "-", "-foo_bar", + "foo bar", "a" * 256, " ", "", |