Skip to content

Commit 0e45ec4

Browse files
committed
remove white space
1 parent 782f617 commit 0e45ec4

1 file changed

Lines changed: 1 addition & 41 deletions

File tree

tests/test_mastodon.py

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -135,44 +135,4 @@ def test_long_text_without_tags_creates_replies(self):
135135
def test_safe_truncate_does_not_split_words_when_possible(self):
136136
kept, remaining = self.poster._safe_truncate("hello world again", 12)
137137
assert kept == "hello world"
138-
assert remaining == "again"
139-
140-
141-
142-
143-
144-
145-
146-
147-
148-
149-
150-
151-
152-
153-
154-
155-
156-
157-
158-
159-
160-
161-
162-
163-
164-
165-
166-
167-
168-
169-
170-
171-
172-
173-
174-
175-
176-
177-
178-
138+
assert remaining == "again"

0 commit comments

Comments
 (0)