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 6ba4396 commit 5ea8993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 5ea8993

Please sign in to comment.