Skip to content

Commit

Permalink
Fix test definitions_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Nasser committed Feb 13, 2025
1 parent 81e8cfb commit 47e3e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/runtimes/definitions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,13 +407,13 @@ def testAssetGroupDefinitionFromYaml_whenYamlIsValid_returnsValidAssetGroupDefin
content=b"content", path="/tests/files/fake_app.aab"
),
android_aab_asset.AndroidAab(
content=b"content", path="/tests/files/fake_app_2.apk"
content=b"content", path="/tests/files/fake_app_2.aab"
),
android_apk_asset.AndroidApk(
content=b"content", path="/tests/files/fake_app.aab"
content=b"content", path="/tests/files/fake_app.apk"
),
android_apk_asset.AndroidApk(
content=b"content", path="/tests/files/fake_app_2.aab"
content=b"content", path="/tests/files/fake_app_2.apk"
),
ios_ipa_asset.IOSIpa(content=b"content", path="/files/fake_app.ipa"),
ios_ipa_asset.IOSIpa(content_url="https://cia.sketchy.com/secret_files.ipa"),
Expand Down

0 comments on commit 47e3e49

Please sign in to comment.