aboutsummaryrefslogtreecommitdiff
path: root/tests/test_utils_console.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils_console.py')
-rw-r--r--tests/test_utils_console.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_utils_console.py b/tests/test_utils_console.py
index 5b01403..0a537a6 100644
--- a/tests/test_utils_console.py
+++ b/tests/test_utils_console.py
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
"""Tests for console utility functions."""
from __future__ import annotations
@@ -33,7 +33,7 @@ from mlia.utils.console import remove_ascii_codes
[["1", "2", "3"]],
["Col 1", "Col 2", "Col 3"],
"nested",
- "Col 1 Col 2 Col 3 \n \n1 2 3",
+ "Col 1 Col 2 Col 3 \n1 2 3",
],
[
[["1", "2", "3"]],