Explorar o código

fix(tests): update test for corrected time API

Issue #3499
Jason Rumney hai 9 meses
pai
achega
cae5fd6d39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))