Sfoglia il codice sorgente

fix(tests): update test for corrected time API

Issue #3499
Jason Rumney 9 mesi fa
parent
commit
cae5fd6d39
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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))