Test: Corrected broken test

This commit is contained in:
Paul Beckingham
2015-07-11 15:02:23 -04:00
parent df93e37f40
commit 2a19247ad1

View File

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