From cb27dbbfb50981e44dd8de363088bdcecb157219 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 10 May 2016 23:47:16 +0200 Subject: [PATCH] Fix error message check for :bind test --- tests/integration/features/keyinput.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/keyinput.feature b/tests/integration/features/keyinput.feature index acc0fa62c..4385c2357 100644 --- a/tests/integration/features/keyinput.feature +++ b/tests/integration/features/keyinput.feature @@ -33,7 +33,7 @@ Feature: Keyboard input Scenario: Printing an unbound key When I run :bind test06 - Then the message "test06 is not bound in normal mode" should be shown + Then the message "test06 is unbound in normal mode" should be shown Scenario: Printing a bound key When I run :bind test07 message-info foo