diff options
author | Maxim Devaev <[email protected]> | 2022-01-20 09:59:05 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-01-20 09:59:05 +0300 |
commit | bdc2a317e536dca33048dc8e308fe9a7e20ecc15 (patch) | |
tree | 289d5c8b62fb2d8716ee5d5888658c8dea25aaec /testenv | |
parent | ba1f66db9ca0073730533bff79c6df80b9321a42 (diff) |
refactoring
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tests/validators/test_hw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/validators/test_hw.py b/testenv/tests/validators/test_hw.py index 47876fc2..d30bd3d8 100644 --- a/testenv/tests/validators/test_hw.py +++ b/testenv/tests/validators/test_hw.py @@ -121,7 +121,7 @@ def test_fail__valid_otg_id(arg: Any) -> None: # ===== [email protected]("arg", ["ECM ", "EeM ", "ncm ", " Rndis"]) [email protected]("arg", ["ECM ", "EeM ", "ncm ", " Rndis", "RNDIS5"]) def test_ok__valid_otg_ethernet(arg: Any) -> None: assert valid_otg_ethernet(arg) == arg.strip().lower() |