mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 11:24:27 +02:00
Fix test
This commit is contained in:
@@ -651,4 +651,4 @@ def test_update_without_metadata(isolated_pio_core, tmpdir_factory):
|
|||||||
lm.set_log_level(logging.ERROR)
|
lm.set_log_level(logging.ERROR)
|
||||||
new_pkg = lm.update(pkg)
|
new_pkg = lm.update(pkg)
|
||||||
assert len(lm.get_installed()) == 4
|
assert len(lm.get_installed()) == 4
|
||||||
assert new_pkg.metadata.spec.owner == "ottowinter"
|
assert new_pkg.metadata.spec.owner == "heman"
|
||||||
|
Reference in New Issue
Block a user