Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 15, 2023
1 parent 5548197 commit 9c61ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,4 +651,4 @@ def test_update_without_metadata(isolated_pio_core, tmpdir_factory):
lm.set_log_level(logging.ERROR)
new_pkg = lm.update(pkg)
assert len(lm.get_installed()) == 4
assert new_pkg.metadata.spec.owner == "ottowinter"
assert new_pkg.metadata.spec.owner == "heman"

0 comments on commit 9c61ef5

Please sign in to comment.