Skip to content

Commit

Permalink
[calc] Update unit tests to accept new format from WA.
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-koivula committed Apr 8, 2014
1 parent e8071ee commit b354dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def py(bot, trigger):

@commands('wa', 'wolfram')
@example('.wa sun mass / earth mass',
'[WOLFRAM] M_(.)\/M_(+) (solar mass per Earth mass) = 332948.6')
'[WOLFRAM] M_sun\/M_earth (solar mass per Earth mass) = 332948.6')
def wa(bot, trigger):
"""Wolfram Alpha calculator"""
if not trigger.group(2):
Expand Down

0 comments on commit b354dad

Please sign in to comment.