Skip to content

Commit

Permalink
Added an assert for test_geo_ops_smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Aug 26, 2019
1 parent 7acb69f commit 9aac60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/tests/test_geospatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ def test_geo_literals_smoke(backend, shape, value, modifier, expected):
def test_geo_ops_smoke(backend, fn_expr):
"""Smoke tests for geo spatial operations."""
geo_table = backend.table('geo')
fn_expr(geo_table).compile()
assert fn_expr(geo_table).compile() != ''

0 comments on commit 9aac60c

Please sign in to comment.