Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Aug 25, 2023
1 parent d8ec52f commit 15b18c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/py_matter_yamltests/test_yaml_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ def test_key_config(self):
'''

_, _, _, config, _ = load(content)
self.assertEqual(config, {'LastReceivedEventNumber': 0, 'name': 'value', 'name2': 'value2'})
self.assertEqual(
config, {'LastReceivedEventNumber': 0, 'name': 'value', 'name2': 'value2'})

def test_key_config_wrong_values(self):
load = YamlLoader().load
Expand Down

0 comments on commit 15b18c2

Please sign in to comment.