summaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-16 05:43:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-16 05:43:00 +0000
commit85e8dc18fe8b9a1a5a7be27fb5a4565bf40a6581 (patch)
tree2f0ccb73ce0586d9e8313c17087052cf3f218848 /tests/test_utils.py
parentAdding upstream version 0.16.4. (diff)
downloadgita-85e8dc18fe8b9a1a5a7be27fb5a4565bf40a6581.tar.xz
gita-85e8dc18fe8b9a1a5a7be27fb5a4565bf40a6581.zip
Adding upstream version 0.16.5.upstream/0.16.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/test_utils.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index acf9853..1e4f125 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -115,17 +115,17 @@ def test_auto_group(repos, paths, expected):
(
[{"abc": {"path": "/root/repo/", "type": "", "flags": []}}, False],
True,
- "abc \x1b[31mrepo [*+?] \x1b[0m msg xx",
+ "abc \x1b[31mrepo [*+?] \x1b[0m msg xx",
),
(
[{"abc": {"path": "/root/repo/", "type": "", "flags": []}}, True],
True,
- "abc repo [*+?] msg xx",
+ "abc repo [*+?] msg xx",
),
(
[{"repo": {"path": "/root/repo2/", "type": "", "flags": []}}, False],
False,
- "repo \x1b[32mrepo [?] \x1b[0m msg xx",
+ "repo \x1b[32mrepo [?] \x1b[0m msg xx",
),
],
)