From 0cd07334388192e7ada765751462af5fdf8a19eb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 4 Jun 2021 12:20:41 -1000 Subject: [PATCH] Remove empty tests for ping now that the code in icmplib is used (#51454) --- tests/components/ping/test_init.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/components/ping/test_init.py diff --git a/tests/components/ping/test_init.py b/tests/components/ping/test_init.py deleted file mode 100644 index 05dc47e27d8..00000000000 --- a/tests/components/ping/test_init.py +++ /dev/null @@ -1 +0,0 @@ -"""Test ping id allocation."""