From b5ffe979aa0eb9a74b621f2094d08e20af6ce5fb Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 25 Oct 2016 08:48:04 +0200 Subject: [PATCH] "typo" in utilcmds test --- tests/unit/misc/test_utilcmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/misc/test_utilcmds.py b/tests/unit/misc/test_utilcmds.py index 9477e8f68..7ec534256 100644 --- a/tests/unit/misc/test_utilcmds.py +++ b/tests/unit/misc/test_utilcmds.py @@ -97,7 +97,7 @@ class FakeModeMan: def test_repeat_command_initial(mocker): - """Test repeat_command first-time behaviour. + """Test repeat_command first-time behavior. If :repeat-command is called initially, it should err, because there's nothing to repeat.