diff options
author | Matt Schmoyer <mattschmo@gmail.com> | 2016-10-01 12:25:57 -0400 |
---|---|---|
committer | Matt Schmoyer <mattschmo@gmail.com> | 2016-10-01 12:25:57 -0400 |
commit | 4846be1fdb9c3127a2dedc474c370efcf7439b0e (patch) | |
tree | 401fed7a61971b5e6fca609cbcb0420ccd910ecb /python/tidy/servo_tidy_tests | |
parent | 616eb83bbabe44d4a7034bcd377d6ee42806c171 (diff) | |
download | servo-4846be1fdb9c3127a2dedc474c370efcf7439b0e.tar.gz servo-4846be1fdb9c3127a2dedc474c370efcf7439b0e.zip |
using word license in test name for consistency
Diffstat (limited to 'python/tidy/servo_tidy_tests')
-rw-r--r-- | python/tidy/servo_tidy_tests/test_tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy_tests/test_tidy.py b/python/tidy/servo_tidy_tests/test_tidy.py index 52371b944bb..4bf21cfa5e4 100644 --- a/python/tidy/servo_tidy_tests/test_tidy.py +++ b/python/tidy/servo_tidy_tests/test_tidy.py @@ -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) |