Skip to content

Commit 3f13bd2

Browse files
committed
Adapt shorter functionname in testcode
1 parent 32be475 commit 3f13bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ async def makedirs(cache_dir: str, exist_ok: bool) -> None:
17321732

17331733
with patch("aiofiles.threadpool.sync_open", return_value=mock_file_stream):
17341734
# await pw_nw_cache.save_cache()
1735-
await pw_nw_cache.update_nodetypes(
1735+
await pw_nw_cache.update_nodetype(
17361736
"1234ABCD4321FEDC", pw_api.NodeType.STEALTH
17371737
)
17381738
mock_file_stream.writelines.assert_called_with(

0 commit comments

Comments
 (0)