Rename sqlcategory and add to perfect_files.

There was a typo in the file name.
This commit is contained in:
Ryan Roden-Corrent 2017-03-23 08:31:09 -04:00
parent 7d04f155c8
commit 2eea115b3a
2 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ PERFECT_FILES = [
'completion/models/base.py'),
('tests/unit/completion/test_models.py',
'completion/models/urlmodel.py'),
('tests/unit/completion/test_sqlcategory.py',
'completion/models/sqlcategory.py'),
]