summaryrefslogtreecommitdiffstats
path: root/tests/features/steps/basic_commands.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:47:47 +0000
commitf8ab3d62113df734985ad67ccf27105c30de575c (patch)
tree8709648ee0fc1f081a933542065c06de3f161553 /tests/features/steps/basic_commands.py
parentAdding upstream version 3.2.0. (diff)
downloadpgcli-f8ab3d62113df734985ad67ccf27105c30de575c.tar.xz
pgcli-f8ab3d62113df734985ad67ccf27105c30de575c.zip
Adding upstream version 3.3.0.upstream/3.3.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/features/steps/basic_commands.py')
-rw-r--r--tests/features/steps/basic_commands.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/features/steps/basic_commands.py b/tests/features/steps/basic_commands.py
index 07e9ec1..7ca20f0 100644
--- a/tests/features/steps/basic_commands.py
+++ b/tests/features/steps/basic_commands.py
@@ -118,11 +118,11 @@ def step_see_found(context):
+ "\r"
+ dedent(
"""
- +------------+\r
- | ?column? |\r
- |------------|\r
- | found |\r
- +------------+\r
+ +----------+\r
+ | ?column? |\r
+ |----------|\r
+ | found |\r
+ +----------+\r
SELECT 1\r
"""
)