Skip to content

Commit

Permalink
Merge pull request ibis-project#35 from xmnlab/master
Browse files Browse the repository at this point in the history
Fixed test
  • Loading branch information
xmnlab committed May 4, 2018
2 parents 2455ed9 + 6f8b8b7 commit e3d43c5
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 e3d43c5

Please sign in to comment.