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

Commit

Permalink
fix(tests): Fixed a test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobertos committed Mar 28, 2021
1 parent ef24f38 commit ba09960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_NotionPyRenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_list_numbered():
assert output['type'] == notion.block.NumberedListBlock
assert output['title'] == 'asdf'

def test_list():
def test_list2():
'''it should render a GFM list item'''
#arrange/act
output = mistletoe.markdown(\
Expand Down

0 comments on commit ba09960

Please sign in to comment.