Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Mar 18, 2024
1 parent fedd221 commit acba079
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
@pytest.mark.parametrize(
"text, expected_result",
[
("ACV water + cinnamon + turmeric + cucumber + lemon. 👍🏻", [":thumbs_up_light_skin_tone:"]),
(
"ACV water + cinnamon + turmeric + cucumber + lemon. 👍🏻",
[":thumbs_up_light_skin_tone:"],
),
("This is a text without emojis", []),
],
)
Expand Down

0 comments on commit acba079

Please sign in to comment.