Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 4, 2018
1 parent 283c0cd commit 6f8b8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/mapd/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def test_compile_toplevel():
# it works!
expr = t.foo.sum()
result = ibis.mapd.compile(expr)
expected = 'SELECT sum("foo") AS sum\nFROM t0' # noqa
expected = 'SELECT sum("foo") AS "sum"\nFROM t0' # noqa
assert str(result) == expected

0 comments on commit 6f8b8b7

Please sign in to comment.