Skip to content

Commit 77353ba

Browse files
committed
Revert nodetypes-cache content assert
1 parent 666df77 commit 77353ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_usb.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,10 +1738,10 @@ async def makedirs(cache_dir: str, exist_ok: bool) -> None:
17381738
)
17391739
mock_file_stream.writelines.assert_called_with(
17401740
[
1741-
"0123456789ABCDEF;1\n",
1742-
"FEDCBA9876543210;2\n",
1743-
"1298347650AFBECD;6\n",
1744-
"1234ABCD4321FEDC;9\n",
1741+
"0123456789ABCDEF;NodeType.CIRCLE_PLUS\n",
1742+
"FEDCBA9876543210;NodeType.CIRCLE\n",
1743+
"1298347650AFBECD;NodeType.SCAN\n",
1744+
"1234ABCD4321FEDC;NodeType.STEALTH\n",
17451745
]
17461746
)
17471747
assert pw_nw_cache.nodetypes == {

0 commit comments

Comments
 (0)