We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998fce1 commit e53530bCopy full SHA for e53530b
tests/test_usb.py
@@ -1691,7 +1691,7 @@ async def makedirs(cache_dir: str, exist_ok: bool) -> None:
1691
"FEDCBA9876543210": pw_api.NodeType.CIRCLE,
1692
"1298347650AFBECD": pw_api.NodeType.SCAN,
1693
}
1694
- pw_nw_cache.update_nodetypes("1234ABCD4321FEDC", pw_api.NodeType.STEALTH)
+ await pw_nw_cache.update_nodetypes("1234ABCD4321FEDC", pw_api.NodeType.STEALTH)
1695
1696
with patch("aiofiles.threadpool.sync_open", return_value=mock_file_stream):
1697
# await pw_nw_cache.save_cache()
0 commit comments