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):