Skip to content

Commit 1463a47

Browse files
committed
Revert sens-level cache value
1 parent ec88723 commit 1463a47

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
@@ -2126,7 +2126,7 @@ def fake_cache(dummy: object, setting: str) -> str | bool | None: # noqa: PLR09
21262126
if setting == pw_scan.CACHE_SCAN_CONFIG_RESET_TIMER:
21272127
return 10
21282128
if setting == pw_scan.CACHE_SCAN_CONFIG_SENSITIVITY:
2129-
return 30
2129+
return "MEDIUM"
21302130
if setting == pw_scan.CACHE_SCAN_CONFIG_DAYLIGHT_MODE:
21312131
return False
21322132
if setting == pw_scan.CACHE_SCAN_CONFIG_DIRTY:

0 commit comments

Comments
 (0)