From 2a19247ad1bc1a8a00a10b7d59764d4fe6522c19 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 11 Jul 2015 15:02:23 -0400 Subject: [PATCH] Test: Corrected broken test --- test/tw-262.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tw-262.t b/test/tw-262.t index 2bf111edc..510ebddf1 100755 --- a/test/tw-262.t +++ b/test/tw-262.t @@ -71,7 +71,7 @@ class TestBug262(TestCase): def test_proj_isnt_space_trailing(self): """project.isnt works if trailing space is present""" - command = (" project.isnt:tw",) + command = ("project.isnt:tw ",) self._check_expectation(command) def test_proj_isnt_parenthesis(self):