Skip to content

Commit

Permalink
style: pre-commit.ci auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 23, 2024
1 parent 8f86c0d commit fee69f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions signingscript/tests/test_sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -1500,10 +1500,7 @@ async def test_apple_notarize_stacked(mocker, context):
mocker.patch.object(sign.utils, "mkdir", noop_sync)
mocker.patch.object(sign.utils, "copy_to_dir", noop_sync)

await sign.apple_notarize_stacked(
context,
{"/app.tar.gz": {"full_path": "/app.tar.gz", "formats": ["apple_notarize_stacked"]}}
)
await sign.apple_notarize_stacked(context, {"/app.tar.gz": {"full_path": "/app.tar.gz", "formats": ["apple_notarize_stacked"]}})
# one for each file format
assert notarize.await_count == 2
assert wait.await_count == 2
Expand Down

0 comments on commit fee69f8

Please sign in to comment.