Skip to content

Commit

Permalink
Happy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed May 25, 2022
1 parent 43d65cb commit 396edb7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_wordcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

from asreviewcontrib.wordcloud.entrypoint import word_cloud


def test_wordcloud(tmpdir):

word_cloud(
"benchmark:van_de_schoot2017",
output_fp=Path(tmpdir, "demo.png")
)
word_cloud("benchmark:van_de_schoot2017",
output_fp=Path(tmpdir, "demo.png"))

0 comments on commit 396edb7

Please sign in to comment.