Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 17, 2024
1 parent b02b8ba commit 6168e5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ def test_download_kakao_animated_gif_share_link(tmp_path: LocalPath) -> None:
with_emoji=False,
)


@pytest.mark.skipif(not TEST_DOWNLOAD, reason="TEST_DOWNLOAD not set")
def test_download_viber_custom_sticker_packs(tmp_path: LocalPath) -> None:
_run_sticker_convert(
Expand All @@ -426,6 +427,7 @@ def test_download_viber_custom_sticker_packs(tmp_path: LocalPath) -> None:
with_emoji=False,
)


@pytest.mark.skipif(not TEST_DOWNLOAD, reason="TEST_DOWNLOAD not set")
def test_download_viber_official_sticker_packs(tmp_path: LocalPath) -> None:
_run_sticker_convert(
Expand All @@ -439,6 +441,7 @@ def test_download_viber_official_sticker_packs(tmp_path: LocalPath) -> None:
with_emoji=False,
)


@pytest.mark.skipif(not TEST_DOWNLOAD, reason="TEST_DOWNLOAD not set")
def test_download_viber_official_sound_sticker_packs(tmp_path: LocalPath) -> None:
_run_sticker_convert(
Expand All @@ -450,4 +453,4 @@ def test_download_viber_official_sound_sticker_packs(tmp_path: LocalPath) -> Non
with_title=True,
with_author=False,
with_emoji=False,
)
)

0 comments on commit 6168e5d

Please sign in to comment.