Fix a failing test case
- ID
ab36f62- date
2023-12-25 23:59:52+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
b516a36- message
Fix a failing test case- changed files
1 file, 2 additions, 4 deletions
Changed files
text/test_fix_twitter_thread.py (1116) → text/test_fix_twitter_thread.py (1117)
diff --git a/text/test_fix_twitter_thread.py b/text/test_fix_twitter_thread.py
index 573dfd5..761c3e4 100644
--- a/text/test_fix_twitter_thread.py
+++ b/text/test_fix_twitter_thread.py
@@ -44,9 +44,7 @@ Views

-](https://twitter.com/alexwlchan)
-
-world"""
+](https://twitter.com/alexwlchan) \n\nworld"""
)
- == "Hello\n\nworld"
+ == "Hello\nworld"
)