Skip to content

Commit

Permalink
tests/test_modules.py style fix: correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Feb 16, 2015
1 parent 638b76b commit ba22e40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,5 @@ def testWeather(self):
query = "what's the weather like tomorrow"
inputs = []
outputs = self.runConversation(query, inputs, Weather)
self.assertTrue(
"can't see that far ahead" in outputs[0]
or "Tomorrow" in outputs[0])
self.assertTrue("can't see that far ahead"
in outputs[0] or "Tomorrow" in outputs[0])

0 comments on commit ba22e40

Please sign in to comment.