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((
'multiplayer',
'musicbottle',
'mv',
'n/a',
'name',
'namecoin',
'namecoins',
......
......@@ -107,6 +107,15 @@ class SameCheckTest(CheckTestCase):
)
)
self.do_test(
False,
(
'n/a mm',
'n/a mm',
'',
)
)
def test_same_copyright(self):
self.do_test(
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