refactor CLI command modules and synchronize docs
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ class TestLoadSaveState:
|
||||
store = StateStore(
|
||||
states={},
|
||||
version='1.0',
|
||||
last_updated=datetime.now()
|
||||
last_updated=datetime.now(timezone.utc)
|
||||
)
|
||||
|
||||
save_state(store, state_path)
|
||||
|
||||
Reference in New Issue
Block a user