Skip to content

Commit cc78d0e

Browse files
committed
fix: correct minor typos in code
1 parent 7a8d833 commit cc78d0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_event_images.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ def test_search_token_in_related_words(token, link):
6363

6464

6565
event_contents = [
66-
(r"memo backrub and medicines!!!!", f'{static}\\event_flairs\\massage.jpg'),
67-
(r"Dont forget medicines & backrub!!", f'{static}\\event_flairs\\pill.jpg'),
68-
(r"It's important to drink", f'{static}\\event_flairs\\drank.jpg'),
69-
(r"call Jim about tennis on friday", f'{static}\\event_flairs\\tennis.jpg'),
66+
(r"memo backrub and medicines!!", f'{static}\\event_flairs\\massage.jpg'),
67+
(r"Dont forget medicines & backrub!", f'{static}\\event_flairs\\pill.jpg'),
68+
(r"Its important to drink", f'{static}\\event_flairs\\drank.jpg'),
69+
(r"call Jim about tennis friday", f'{static}\\event_flairs\\tennis.jpg'),
7070
(r"have to check on pikachu", r'#'),
71-
(r"-~new pokemon episode 19:00 ~!", f'{static}\\event_flairs\\pokemon.jpg'),
71+
(r"-~new pokemon episode 19:00~!", f'{static}\\event_flairs\\pokemon.jpg'),
7272
]
7373

7474

0 commit comments

Comments
 (0)