Skip to content

Commit

Permalink
Amend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Nov 10, 2018
1 parent 238877d commit 5d7c363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_bindings.py
Expand Up @@ -157,7 +157,7 @@ def getvalue(self, key):
return '----starts with punctuation' if key == 'description' else 'boo'
formProxy = FormProxy()
mode = bindings.determineMode(formProxy)
print(mode)
print(mode)
self.assertEqual(bindings.Mode.invalid, mode)


Expand Down Expand Up @@ -194,7 +194,7 @@ def testParseOneKeyBind(self):
{
'Group': 'Ship',
'HasAnalogue': False,
'Name': 'Wingman navlock',
'Name': 'Wingman Navlock',
'Order': 405,
'OverriddenBy': [],
'Type': 'Digital'
Expand Down Expand Up @@ -232,7 +232,7 @@ def testParseOneModifier(self):
'Category': 'Navigation',
'Group': 'Ship',
'HasAnalogue': False,
'Name': 'All stop',
'Name': 'All Stop',
'Order': 20,
'OverriddenBy': [],
'Type': 'Digital'
Expand Down

0 comments on commit 5d7c363

Please sign in to comment.