Skip to content

Commit

Permalink
Remove confidence parameter in django test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Jan 16, 2017
1 parent 84ce5fd commit ce2b274
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,6 +14,6 @@ def test_output_adapter(self):
adapter = OutputAdapter()

statement = Statement(text='_')
result = adapter.process_response(statement, confidence=1)
result = adapter.process_response(statement)

self.assertEqual(result.text, '_')

0 comments on commit ce2b274

Please sign in to comment.