Lint: Add extra blank line

This commit is contained in:
Nicole Thomas 2018-09-12 17:05:34 -04:00 committed by GitHub
parent 27b93fcc68
commit 370de07617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@ class TestBuildWhitespaceRegex(TestCase):
regex = salt.utils.stringutils.build_whitespace_split_regex(SINGLE_DOUBLE_SAME_LINE_TXT)
self.assertTrue(re.search(regex, MATCH))
class StringutilsTestCase(TestCase):
def test_contains_whitespace(self):
does_contain_whitespace = 'A brown fox jumped over the red hen.'