ソースを参照

fix(tests): update test for corrected time API

Issue #3499
Jason Rumney 10 ヶ月 前
コミット
cae5fd6d39
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/mixins/time.py

+ 1 - 1
tests/mixins/time.py

@@ -128,4 +128,4 @@ class MultiTimeTests:
                 expected,
                 f"{key} failed to set correct value",
             ):
-                await subject.async_set_native_value(time.fromisoformat(val))
+                await subject.async_set_value(time.fromisoformat(val))