Skip to content

Commit

Permalink
BUG: Fix test_mysql_compute.py::test_agg_sql expected value (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapvardhan authored and llllllllll committed Jul 13, 2016
1 parent 2afd216 commit 6977a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blaze/compute/tests/test_mysql_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_agg_sql(db, data):
nyc.passenger_count as passenger_count
from
nyc
where nyc.passenger_count < %s) as alias
where nyc.passenger_count < %(passenger_count_1)s) as alias
"""
assert normalize(str(result)) == normalize(expected)

Expand Down

0 comments on commit 6977a0e

Please sign in to comment.