Commit b97dc139 authored by Michal Čihař's avatar Michal Čihař

No need to explicitely ignore n/a

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent abf08056
...@@ -375,7 +375,6 @@ SAME_BLACKLIST = frozenset(( ...@@ -375,7 +375,6 @@ SAME_BLACKLIST = frozenset((
'multiplayer', 'multiplayer',
'musicbottle', 'musicbottle',
'mv', 'mv',
'n/a',
'name', 'name',
'namecoin', 'namecoin',
'namecoins', 'namecoins',
......
...@@ -107,6 +107,15 @@ class SameCheckTest(CheckTestCase): ...@@ -107,6 +107,15 @@ class SameCheckTest(CheckTestCase):
) )
) )
self.do_test(
False,
(
'n/a mm',
'n/a mm',
'',
)
)
def test_same_copyright(self): def test_same_copyright(self):
self.do_test( self.do_test(
False, False,
......
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