Fix linting issue.

pull/3133/head
Guy Martin 2022-11-10 13:40:22 +01:00
parent ae1c65771c
commit 670048f259
1 changed files with 2 additions and 1 deletions

View File

@ -352,7 +352,8 @@ class TestMycroftSkill(unittest.TestCase):
{
'file_name': join(dirname(__file__), 'intent_file',
'vocab', 'en-us', 'test_ent.entity'),
'name': str(s.skill_id) + ':test_ent_87af9db6c8402bcfaa8ebc719ae4427c'
'name': str(s.skill_id) +
':test_ent_87af9db6c8402bcfaa8ebc719ae4427c'
}
]
self.check_register_object_file(expected_types, expected_results)