summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/auto_vertical.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:57 +0000
commitbffd91f1c09cee6a550635e479718b5d61fd527d (patch)
treea98220690904f52ba0a18ed06421aa7c0cba3e9e /tests/features/steps/auto_vertical.py
parentReleasing debian version 3.2.0-1. (diff)
downloadpgcli-bffd91f1c09cee6a550635e479718b5d61fd527d.tar.xz
pgcli-bffd91f1c09cee6a550635e479718b5d61fd527d.zip
Merging upstream version 3.3.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/features/steps/auto_vertical.py')
-rw-r--r--tests/features/steps/auto_vertical.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/features/steps/auto_vertical.py b/tests/features/steps/auto_vertical.py
index 1643ea5..d7cdccd 100644
--- a/tests/features/steps/auto_vertical.py
+++ b/tests/features/steps/auto_vertical.py
@@ -24,11 +24,11 @@ def step_see_small_results(context):
context,
dedent(
"""\
- +------------+\r
- | ?column? |\r
- |------------|\r
- | 1 |\r
- +------------+\r
+ +----------+\r
+ | ?column? |\r
+ |----------|\r
+ | 1 |\r
+ +----------+\r
SELECT 1\r
"""
),