Skip to content

Commit f0ef47e

Browse files
committed
Test: fix missing await by removing double line
1 parent 70bc4a0 commit f0ef47e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_usb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,6 @@ async def makedirs(cache_dir: str, exist_ok: bool) -> None:
16911691
"FEDCBA9876543210": pw_api.NodeType.CIRCLE,
16921692
"1298347650AFBECD": pw_api.NodeType.SCAN,
16931693
}
1694-
pw_nw_cache.update_nodetypes("1234ABCD4321FEDC", pw_api.NodeType.STEALTH)
16951694

16961695
with patch("aiofiles.threadpool.sync_open", return_value=mock_file_stream):
16971696
# await pw_nw_cache.save_cache()

0 commit comments

Comments
 (0)