Skip to content

Commit

Permalink
Reapply improvement of a comment from 8fd7c7c
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Nov 5, 2020
1 parent eb9f844 commit a1454bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def test_fetch_twitter(self, output_mock):
'timestamp']

with freeze_time('2020-02-06'):
# on this day our team's account had sent a related tweet
# On this day our team's account has posted a related tweet
# See https://twitter.com/bpfn2020/status/1225435275301654531
FetchTwitter(timespan=dt.timedelta(days=1)).run()

with output_target.open('r') as output_file:
Expand Down

0 comments on commit a1454bd

Please sign in to comment.