Missed 'art'

Minor error but two '#' were missing on an header.
This commit is contained in:
Ricardo Jesus 2016-02-13 21:43:50 +00:00
parent 0b025c6afc
commit 0f25922960

View File

@ -622,9 +622,9 @@ finally:
endsnippet endsnippet
##################### ######################
# Assertions & Tests # # Assertions & Tests #
##################### ######################
snippet ae "Assert equal" b snippet ae "Assert equal" b
self.assertEqual(${1:${VISUAL:first}},${2:second}) self.assertEqual(${1:${VISUAL:first}},${2:second})