Commit 681205ce authored by Michal Čihař's avatar Michal Čihař

Fix newline counting check

parent b6b64169
......@@ -668,7 +668,7 @@ class CountingCheck(TargetCheck):
return source.count(self.string) != target.count(self.string)
class NewlineCountingCheck(TargetCheck):
class NewlineCountingCheck(CountingCheck):
'''
Check whether there is same amount of \n strings
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment