Skip to content

Commit fdca9e9

Browse files
committed
unformat
1 parent 1c6646d commit fdca9e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_convention_doc/test_codeblocks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def test_bad_codeblocks_document_lint_errors(lint_codeblock, bad_codeblock):
7474
assert result, result.output
7575

7676

77+
78+
7779
def test_good_codeblocks_have_no_lint_errors(lint_codeblock, good_codeblock):
7880
"""Tests that "good" codeblocks do not fail to lint."""
7981
result = lint_codeblock(good_codeblock)

0 commit comments

Comments
 (0)