mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Add type hints to core tests (#88478)
This commit is contained in:
@@ -200,7 +200,7 @@ def test_throttle_on_two_method() -> None:
|
||||
|
||||
|
||||
@patch.object(util, "random")
|
||||
def test_get_random_string(mock_random):
|
||||
def test_get_random_string(mock_random) -> None:
|
||||
"""Test get random string."""
|
||||
results = ["A", "B", "C"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user