Skip to content

Commit

Permalink
Don't check for path
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Aug 28, 2023
1 parent de6e98c commit 50538c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/targets/test_ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def test_init(self):
def test_check_requirements(self):
"""Basic tests for the check_requirements() method."""
target = init_target(self.temp_dir)
buildozer = target.buildozer
assert not hasattr(target, "javac_cmd")
assert "PATH" not in buildozer.environ
with patch_buildops_checkbin() as m_checkbin:
target.check_requirements()
assert m_checkbin.call_args_list == [
Expand Down

0 comments on commit 50538c2

Please sign in to comment.