summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPierre GIRAUD <pierre.giraud@dalibo.com>2018-02-15 11:54:43 +0100
committerPierre GIRAUD <pierre.giraud@dalibo.com>2018-02-15 11:54:43 +0100
commit2610c02e0bfce20321558a6aa613566d4de56912 (patch)
treedf372a48a52d7ed1aa9cf5d214d006ee01ca5101 /tests
parent8138ae8e31ef2139774acf2d16d6a8f7e14f40cb (diff)
New line already taken into account
Diffstat (limited to 'tests')
-rw-r--r--tests/features/steps/iocommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/steps/iocommands.py b/tests/features/steps/iocommands.py
index 79416bb2..afedc91c 100644
--- a/tests/features/steps/iocommands.py
+++ b/tests/features/steps/iocommands.py
@@ -18,7 +18,7 @@ def step_edit_file(context):
os.path.basename(context.editor_file_name)))
wrappers.expect_exact(
context, 'Entering Ex mode. Type "visual" to go to Normal mode.', timeout=2)
- wrappers.expect_exact(context, '\r\n:', timeout=2)
+ wrappers.expect_exact(context, ':', timeout=2)
@when('we type sql in the editor')