Skip to content

Commit

Permalink
Update tests/integration/test_global.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com>
  • Loading branch information
nichmor and Hofer-Julian authored Oct 17, 2024
1 parent 8143caf commit 8eb8b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def test_global_update_all_packages(
assert package2.is_file()
assert package.is_file()
assert not package0_1_0.is_file()
# After update be left we auto expose new binary, as they initially were auto-exposed
# After update be left we auto expose new binary, as all of them were exposed before
assert package0_2_0.is_file()

# Check the manifest for removed binaries
Expand Down

0 comments on commit 8eb8b1c

Please sign in to comment.