Skip to content

Commit

Permalink
27th times the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Aug 28, 2023
1 parent 99b75ef commit b9110ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/targets/test_ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_build_package_no_signature(self):
)
]
assert m_cmd.call_args_list == [
mock.call(mock.ANY, cwd=target.ios_dir),
mock.call(mock.ANY, cwd=target.ios_dir, env=mock.ANY),
mock.call([
"xcodebuild",
"-configuration",
Expand Down

0 comments on commit b9110ed

Please sign in to comment.