From 35f6ecb6d51204a0cf2d5c7e081427e8a66c144a Mon Sep 17 00:00:00 2001 From: Michael Doppler <76885460+mdop@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:38:14 +0200 Subject: [PATCH] Remove test with missing base test, remove excess filename part --- ...{test.esp32-idf.yaml.yaml => test.esp32-idf.yaml} | 0 tests/components/MCP3428/test.esp32.yaml | 12 ------------ 2 files changed, 12 deletions(-) rename tests/components/MCP3428/{test.esp32-idf.yaml.yaml => test.esp32-idf.yaml} (100%) delete mode 100644 tests/components/MCP3428/test.esp32.yaml diff --git a/tests/components/MCP3428/test.esp32-idf.yaml.yaml b/tests/components/MCP3428/test.esp32-idf.yaml similarity index 100% rename from tests/components/MCP3428/test.esp32-idf.yaml.yaml rename to tests/components/MCP3428/test.esp32-idf.yaml diff --git a/tests/components/MCP3428/test.esp32.yaml b/tests/components/MCP3428/test.esp32.yaml deleted file mode 100644 index 8f9eca0498..0000000000 --- a/tests/components/MCP3428/test.esp32.yaml +++ /dev/null @@ -1,12 +0,0 @@ -i2c: - - id: i2c_mcp3428 - scl: 16 - sda: 17 - -mcp3428: - address: 0x68 - -sensor: - - platform: mcp3428 - multiplexer: 1 - id: mcp3428_sensor