Skip to content

Commit

Permalink
Fix test name duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Aug 17, 2017
1 parent b456252 commit 1d6b7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_no_escape_in_code(self):
self.assert_In('- `add(keys, command[, args][, context])`', toc_txt)
self.assert_In('- `get_context(key[, operator][, operand][, match_all])`', toc_txt)

def test_no_escape_in_code(self):
def test_no_escape_in_code_with_link(self):
""" No escape in codeblock (with link)"""
text = \
"""
Expand Down

0 comments on commit 1d6b7c8

Please sign in to comment.