Skip to content

Commit 5fd76db

Browse files
committed
Fixed docstring format
1 parent 2e20fae commit 5fd76db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_leading_spaces_config_start(network_os):
100100

101101
@pytest.mark.parametrize("network_os", all_network_os)
102102
def test_empty_config(network_os):
103-
"Test that an empty config returns an empty list and does not raise an error."
103+
"""Test that an empty config returns an empty list and does not raise an error."""
104104
config = ""
105105
os_parser = compliance.parser_map[network_os]
106106
assert os_parser(config).config_lines == []

0 commit comments

Comments
 (0)