Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit ba09960

Browse files
committed
fix(tests): Fixed a test function name
1 parent ef24f38 commit ba09960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_NotionPyRenderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_list_numbered():
5050
assert output['type'] == notion.block.NumberedListBlock
5151
assert output['title'] == 'asdf'
5252

53-
def test_list():
53+
def test_list2():
5454
'''it should render a GFM list item'''
5555
#arrange/act
5656
output = mistletoe.markdown(\

0 commit comments

Comments
 (0)