summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2021-11-22 23:49:45 +0800
committerlaixintao <laixintaoo@gmail.com>2022-06-22 23:32:48 +0800
commitfddf6235aaf5b8f6b5f76719b3db39163924e062 (patch)
tree67e8a10d6fa29fce0703f6475bc0ac96de5a68e5
parent47aa41957b9fee202c13d6bb5970b519fbcb22e4 (diff)
fix black8
-rw-r--r--tests/unittests/command_parse/test_list_parse.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/unittests/command_parse/test_list_parse.py b/tests/unittests/command_parse/test_list_parse.py
index 8ed3890..69a294e 100644
--- a/tests/unittests/command_parse/test_list_parse.py
+++ b/tests/unittests/command_parse/test_list_parse.py
@@ -139,11 +139,5 @@ def test_blmove(judge_command):
"timeout": ".2",
},
)
- judge_command(
- "blmove list1 list2 right right",
- None
- )
- judge_command(
- "blmove list1 right right 1",
- None
- )
+ judge_command("blmove list1 list2 right right", None)
+ judge_command("blmove list1 right right 1", None)