Skip to content

Commit f6e782f

Browse files
committed
Update test expectation
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent cf2a245 commit f6e782f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/textcode/test_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_clean_string(self):
5353
assert list(strings.clean_string('aaa\nqqq\nbbb'))
5454
assert not list(strings.clean_string('aaaa'))
5555
assert list(strings.clean_string('abababa'))
56-
assert not list(strings.clean_string(' tt\nf '))
56+
assert list(strings.clean_string(' tt\nf '))
5757

5858
def test_strings_in_file(self):
5959
expected = [

0 commit comments

Comments
 (0)