From ccb8bb83a69927f38bf11f718e53cd3f2ca5ad1f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 21 Jan 2022 18:33:09 -0600 Subject: [PATCH] Consistent spacing --- meshtastic/tests/test_node.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meshtastic/tests/test_node.py b/meshtastic/tests/test_node.py index f0b2c41..8c13ee2 100644 --- a/meshtastic/tests/test_node.py +++ b/meshtastic/tests/test_node.py @@ -118,6 +118,7 @@ def test_reboot(caplog): anode.reboot() assert re.search(r'Telling node to reboot', caplog.text, re.MULTILINE) + @pytest.mark.unit def test_shutdown(caplog): """Test shutdown"""