Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Budd <[email protected]>
  • Loading branch information
SaschaCowley and seanbudd authored Jan 7, 2025
1 parent 7c2ee83 commit 5902e24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,9 +1026,7 @@ def test_outputDeviceFound(self):
outputDevice=Friendly name
"""
profile = _loadProfile(configString)
print(profile)
upgradeConfigFrom_13_to_14(profile)
print(profile)
self.assertEqual(profile["audio"]["outputDevice"], "id")
with self.assertRaises(KeyError):
profile["speech"]["outputDevice"]
Expand Down

0 comments on commit 5902e24

Please sign in to comment.