mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
using word license in test name for consistency
This commit is contained in:
parent
616eb83bba
commit
4846be1fdb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class CheckTidiness(unittest.TestCase):
|
|||
self.assertTrue('links to WHATWG single-page url, change to multi page:' in errors.next()[2])
|
||||
self.assertNoMoreErrors(errors)
|
||||
|
||||
def test_licence(self):
|
||||
def test_license(self):
|
||||
errors = tidy.collect_errors_for_files(iterFile('incorrect_license.rs'), [], [tidy.check_license], print_text=False)
|
||||
self.assertEqual('incorrect license', errors.next()[2])
|
||||
self.assertNoMoreErrors(errors)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue