Skip to content

Commit 292cd13

Browse files
committed
Simplify fixtures and filenames
1 parent c075a53 commit 292cd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def test_and_assert(test_dict, data, header):
642642
"cooling_state"
643643
]
644644

645-
self._write_json("all_data", {"devices": data})
645+
self._write_json("data", data)
646646

647647
if "FIXTURES" in os.environ:
648648
_LOGGER.info("Skipping tests: Requested fixtures only") # pragma: no cover

0 commit comments

Comments
 (0)