Consistent spacing

This commit is contained in:
Ben Meadors committed 2022-01-21 18:33:09 -06:00
1 parent 076e865f77
commit ccb8bb83a6
1 file changed
+1
+1
View File
@@ -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"""